Menu

I want compile the software in my computer

Help
BlueBaby
2015-03-19
2015-04-17
  • BlueBaby

    BlueBaby - 2015-03-19

    I want compile the software in my computer,but your offered source code is not complete.Would you mind helping me about that?

     
  • AltruismAndCake

    AltruismAndCake - 2015-04-17

    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
    
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.