diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-07-04 04:56:17 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-07-04 04:56:17 (GMT) |
commit | 984f7dc3f916232375ec7efe3b240e4c286a4c3c (patch) | |
tree | 75c8c7543abae89267ef9bb14dbf73a73921afb9 | |
parent | 9a05c66e1ccbdf44ad5c1bf333faff204b629619 (diff) |
Add ubuntu package list for aptitude. Add pointer to wikibooks site
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -117,6 +117,15 @@ compilation process. After that, follow the Compilation instructions below. +### Building for newer Ubunutu + +sudo apt-get install libqt4-dev libqt4-opengl-dev libxmu-dev cmake \ + libglew1.5-dev bison flex libeigen2-dev git-core libboost-all-dev \ + libXi-dev libcgal-dev libglut3-dev libopencsg-dev libopencsg1 + +Check your library versions against the list above. After that, follow +the Compilation instructions below. + ### Building for older Linux or without root access First, make sure that you have compiler tools (build-essential on ubuntu). @@ -148,3 +157,5 @@ Then run make. Finally you might run 'make install' as root or simply copy the If you had problems compiling from source, raise a new issue in the [issue tracker on the github page](https://github.com/openscad/openscad/issues). +The four subsections of this site can also be helpful: +http://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Building_OpenSCAD_from_Sources |