Changes between Version 2 and Version 3 of Linux
- Timestamp:
- 05/07/13 18:42:31 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Linux
v2 v3 1 1 == Getting started on Linux == 2 2 3 You need do download **gcc**, ** premake**, **subversion** and **lua**.3 You need do download **gcc**, **subversion** and **lua**. 4 4 {{{ 5 5 sudo apt-get install gcc 6 sudo apt-get install premake7 6 sudo apt-get install subversion 8 7 sudo apt-get install lua5.2 9 8 }}} 9 And you'll also need **premake4**, which can be downloaded from here: http://industriousone.com/premake/download 10 10 11 11 The repo for **nv** project can be found here: (should this information be visible here?)