11 | | The repo for **nv** project can be found here: (should this information be visible here?) |
| 11 | The 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 | {{{ |
| 13 | svn co (again, should this be visible here) |
| 14 | }}} |
| 15 | |
| 16 | After 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 | |
| 22 | Which tells premake4 to generate **Makefile**s for Linux. After that, you can simply type: |
| 23 | {{{ |
| 24 | make |
| 25 | }}} |
| 26 | to start the compilation |