Package Details: nand2tetris 2.5-3

Package Base: nand2tetris
Description: Software suite accompanying Nand2Tetris course.
Upstream URL: http://www.nand2tetris.org/
Category: office
Licenses: GPL
Submitter: cavoegele
Maintainer: cavoegele
Last Packager: cavoegele
Votes: 1
First Submitted: 2014-01-04 19:46
Last Updated: 2014-11-03 16:16

Dependencies (2)

Required by (0)

Sources

Latest Comments

Comment by cavoegele

2014-11-03 16:16

Done! Thanks!

Comment by ebiadsu

2014-11-03 11:43

Please change the first line of the hash check to 1e8c2c77698fddfe570f214db56b7666

Comment by xieyuheng

2014-08-17 04:33

maybe there are unknow reasons from my Archlinux
that make this AUR package not working

sorry to bug you

please read the following for more informations ::

http://nand2tetris-questions-and-answers-forum.32033.n3.nabble.com/the-script-of-the-the-GUI-program-HardwareSimulator-sh-will-just-pop-up-a-white-window-and-nothing-m-td4028285.html

Comment by cavoegele

2014-08-17 00:44

xieyuheng: Do you have an error message? Or steps to replicate the issue? You may try running the java command in /usr/share/nand2tetris/CPUEmulator.sh directly in the terminal. i.e.

cd /usr/share/nand2tetris
java -classpath "${CLASSPATH}:bin/classes:bin/lib/Hack.jar:bin/lib/HackGUI.jar:bin/lib/Simulators.jar:bin/lib/SimulatorsGUI.jar:bin/lib/Compilers.jar" CPUEmulatorMain

Comment by xieyuheng

2014-08-01 03:43


I think there are some missing dependencies of some GUI lib,
do you know what GUI lib the java code use?

Comment by xieyuheng

2014-07-31 17:00

!! BUG ::
after a normal installation,
the CLI program n2tJackCompiler works fine.
but the GUI programs n2tCPUEmulator, n2tAssembler, n2tHardwareSimulator, n2tVMEmulator, will just pop up a white window, and nothing more.

Comment by cavoegele

2014-06-09 01:35

Updated to chungy's version.

Comment by chungy

2014-06-09 01:09

I've made some *.desktop files to make it easier to launch these programs (except for the Jack compiler, which has no GUI) from most DEs. It helps to not have to use a Terminal or Alt-F2 to run them. Updated package: https://dl.dropboxusercontent.com/u/13513277/nand2tetris-2.5-2.src.tar.gz