# HG changeset patch # User Sebastien Jodogne # Date 1474010433 -7200 # Node ID 4f543f8b9b5de01f5aa499e08878680fa6e561b9 # Parent ba55b35b20ea63acef9d3ef283ecc02fa6dde42e GNU/Linux diff -r ba55b35b20ea -r 4f543f8b9b5d Resources/BuildInstructions.txt --- 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