diff options
author | bryan <kanzure@gmail.com> | 2012-07-10 21:13:35 -0500 |
---|---|---|
committer | bryan <kanzure@gmail.com> | 2012-07-10 21:13:35 -0500 |
commit | abe797b524d9006094327b7747f355ea1b2b3bcc (patch) | |
tree | e38d13645029525202df757a3f45e8af69838f11 | |
parent | def2f9adec62c7a51d296c1ff14bfd82c8754ccd (diff) | |
download | diyhpluswiki-abe797b524d9006094327b7747f355ea1b2b3bcc.tar.gz diyhpluswiki-abe797b524d9006094327b7747f355ea1b2b3bcc.zip |
nanoengineer installation instructions
-rw-r--r-- | nanotech/install-nanoengineer | 24 | ||||
-rw-r--r-- | nanotech/install-nanoengineer-what | 24 |
2 files changed, 48 insertions, 0 deletions
diff --git a/nanotech/install-nanoengineer b/nanotech/install-nanoengineer new file mode 100644 index 0000000..1958971 --- /dev/null +++ b/nanotech/install-nanoengineer @@ -0,0 +1,24 @@ +git clone git://diyhpl.us/nanoengineer.git +cd nanoengineer +./bootstrap +./configure +make + +comment out line 1051, 1052 in sim/src/newtables.c + +cd cad +./main.py + +note: KNOWN_MMPFORMAT_VERSIONS contains more recent versions than the one we're writing by default, '080327 required; 080529 preferred' +Segmentation fault +see cad/src/files/mmp/mmpformat_versions.py + +./main.py +segfault near looking for /usr/bin/iconengines/. +sudo apt-get install libqt4-designer + +python-pyqt4 +requires PyQt4 version 4.2 + + + diff --git a/nanotech/install-nanoengineer-what b/nanotech/install-nanoengineer-what new file mode 100644 index 0000000..1958971 --- /dev/null +++ b/nanotech/install-nanoengineer-what @@ -0,0 +1,24 @@ +git clone git://diyhpl.us/nanoengineer.git +cd nanoengineer +./bootstrap +./configure +make + +comment out line 1051, 1052 in sim/src/newtables.c + +cd cad +./main.py + +note: KNOWN_MMPFORMAT_VERSIONS contains more recent versions than the one we're writing by default, '080327 required; 080529 preferred' +Segmentation fault +see cad/src/files/mmp/mmpformat_versions.py + +./main.py +segfault near looking for /usr/bin/iconengines/. +sudo apt-get install libqt4-designer + +python-pyqt4 +requires PyQt4 version 4.2 + + + |