Done! Thanks!
Search Criteria
Package Details: nand2tetris 2.5-3
Package Actions
| Package Base: | nand2tetris |
|---|---|
| Description: | Software suite accompanying Nand2Tetris course. |
| Upstream URL: | http://www.nand2tetris.org/ |
| Category: | office |
| Licenses: | |
| 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)
- java-runtime
- unzip (make)
Required by (0)
Sources
- http://www.nand2tetris.org/software/nand2tetris.zip
- n2tAssembler.desktop
- n2tAssembler.run
- n2tCPUEmulator.desktop
- n2tCPUEmulator.run
- n2tHardwareSimulator.desktop
- n2tHardwareSimulator.run
- n2tJackCompiler.run
- n2tVMEmulator.desktop
- n2tVMEmulator.run
Latest Comments
Comment by cavoegele
Comment by ebiadsu
Please change the first line of the hash check to 1e8c2c77698fddfe570f214db56b7666
Comment by xieyuheng
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
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
I think there are some missing dependencies of some GUI lib,
do you know what GUI lib the java code use?
Comment by xieyuheng
!! 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
Updated to chungy's version.
Comment by chungy
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