Skip to content
Snippets Groups Projects
Commit 3661802d authored by Antoine Lorence's avatar Antoine Lorence
Browse files

Improve compilation doc

parent 4c8690ba
No related branches found
No related tags found
No related merge requests found
......@@ -47,14 +47,14 @@ Note: GNU/Linux users can use the package their manager, but this can be problem
### Zlib, Jpeg, Png
#### Windows
You can download these libraries from http://gnuwin32.sourceforge.net/. Each library is available as a 'Developer package'. Download the zip and uncompress it on your disk.
Downloads:
You can get these libraries from http://gnuwin32.sourceforge.net/. Download and install the 'Complete package, except sources' from:
- http://gnuwin32.sourceforge.net/packages/zlib.htm
- http://gnuwin32.sourceforge.net/packages/jpeg.htm
- http://gnuwin32.sourceforge.net/packages/libpng.htm
Later, you will have to indicate the base path for these libraries (by default C:\Program Files\GnuWin32) using CMAKE_PREFIX_PATH.
#### GNU/Linux
Developer packages from your distribution may be available. This is the easier way to install these dependencies. CMake will probably detect the paths automatically if you install from your package manager.
Developer packages from your distribution may be available. This is the easiest way to install these dependencies. CMake will probably detect the paths automatically if you install from your package manager.
## CMake Generation
This is the most important part. Once the generation is done, the compilation shouldn't cause any trouble.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment