summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbryan <kanzure@gmail.com>2012-07-10 21:13:35 -0500
committerbryan <kanzure@gmail.com>2012-07-10 21:13:35 -0500
commitabe797b524d9006094327b7747f355ea1b2b3bcc (patch)
treee38d13645029525202df757a3f45e8af69838f11
parentdef2f9adec62c7a51d296c1ff14bfd82c8754ccd (diff)
downloaddiyhpluswiki-abe797b524d9006094327b7747f355ea1b2b3bcc.tar.gz
diyhpluswiki-abe797b524d9006094327b7747f355ea1b2b3bcc.zip
nanoengineer installation instructions
-rw-r--r--nanotech/install-nanoengineer24
-rw-r--r--nanotech/install-nanoengineer-what24
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
+
+
+