diff options
-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 + + + |