diff --git a/INSTALL.md b/INSTALL.md index bfb88ff9..6c7a4ddd 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -3,13 +3,13 @@ Compiling Duke For the moment Duke compiles on Linux and OSX. The Windows version is untested and will probably not compile. -First, have a look at the [Travis-CI configuration](.travis.yml) to know what packages you'll need to successfully build Duke. - Duke is known to compile on GCC 4.8 / clang 3.4 or later. Linux and OSX ------------- +First, open the [Travis-CI configuration](.travis.yml) and look for the **apt-get** line, make sure your system has those dependencies. + On Linux/OSX the build is fully automatic : dependencies will be fetched and compiled as needed. This may take a long time so consider using make -j option to speed up the build. To compile duke