Changes between Version 3 and Version 4 of Linux


Ignore:
Timestamp:
05/07/13 18:53:04 (12 years ago)
Author:
melon
Comment:

Full information how to compile the project under linux

Legend:

Unmodified
Added
Removed
Modified
  • Linux

    v3 v4  
    99And you'll also need **premake4**, which can be downloaded from here: http://industriousone.com/premake/download
    1010
    11 The repo for **nv** project can be found here: (should this information be visible here?)
     11The repo for **nv** project can be found here: (should this information be visible here?) which you should clone to a directory of your choice:
     12{{{
     13svn co (again, should this be visible here)
     14}}}
     15
     16After you have checked-out the repo, go to the trunk dir and use **premake4** to generate files (I was just lazy and copied the binary there).
     17
     18{{{
     19./premake4 gmake
     20}}}
     21
     22Which tells premake4 to generate **Makefile**s for Linux. After that, you can simply type:
     23{{{
     24make
     25}}}
     26to start the compilation