Sorry for the late response, I was just browsing to find where most of the logisim community is and found this site. I recommend downloading the jar or exe file, opening it in 7zip, and extracting the files. Merge the com file in the src directory with the com file in the top level directory of logisim. If you have windows, start cmd, change the directory to match the top level of logisim, the run:
dir /s /B *.java > sources.txt
This command finds all the java files and stores them in a txt file. Finally compile logisim with:
javac @sources.txt
If this doesn't work, make sure you have JDK and add it to your path. If you need me you can probably find me on http://www.reddit.com/r/logisim/ Also I would like to hear what mod ideas you have for logisim. Best of luck :)
-cakester aka AltruismAndCake
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I want compile the software in my computer,but your offered source code is not complete.Would you mind helping me about that?
Sorry for the late response, I was just browsing to find where most of the logisim community is and found this site. I recommend downloading the jar or exe file, opening it in 7zip, and extracting the files. Merge the com file in the src directory with the com file in the top level directory of logisim. If you have windows, start cmd, change the directory to match the top level of logisim, the run:
dir /s /B *.java > sources.txt
This command finds all the java files and stores them in a txt file. Finally compile logisim with:
javac @sources.txt
If this doesn't work, make sure you have JDK and add it to your path. If you need me you can probably find me on http://www.reddit.com/r/logisim/ Also I would like to hear what mod ideas you have for logisim. Best of luck :)