changeset 161:4f543f8b9b5d

GNU/Linux
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 16 Sep 2016 09:20:33 +0200
parents ba55b35b20ea
children 4917ca9c0e30
files Resources/BuildInstructions.txt
diffstat 1 files changed, 6 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/Resources/BuildInstructions.txt	Wed Sep 07 09:20:04 2016 +0200
+++ b/Resources/BuildInstructions.txt	Fri Sep 16 09:20:33 2016 +0200
@@ -1,5 +1,5 @@
-Generic Linux (static linking)
-==============================
+Generic GNU/Linux (static linking)
+==================================
 
 # mkdir Build
 # cd Build
@@ -29,8 +29,8 @@
 # make
 
 
-Cross-compiling for Windows from Linux using MinGW
-==================================================
+Cross-compiling for Windows from GNU/Linux using MinGW
+======================================================
 
 # mkdir Build
 # cd Build
@@ -41,6 +41,7 @@
 Notes
 =====
 
-List the public symbols exported by the shared library under Linux:
+List the public symbols exported by the shared library under
+GNU/Linux:
 
 # nm -C -D --defined-only ./libOrthancDicomWeb.so