PeterReid / proof-pad

An IDE for ACL2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#How to build

  1. Download the Proof Pad source from one of the methods provided above.
  2. Download and compile RSyntaxTextArea. Export it to a .jar and add it to the build path for Proof Pad.
  3. If you're not on OS X, download Orange Extensions and add that to the build path. (Orange stubs out the OS X specific function calls so that the OS X specific code doesn't have to be removed to compile on Windows/Linux. You could, alternatively, comment out the large block of code in Main.java surrounded by if (isMac).)
  4. Download ACL2 for your platform and unzip it somewhere.
  5. Edit the path to ACL2 in GenerateCache.java to point to your local installation of ACL2. Compile and run that file. It will produce cache.dat in the main project directory.
  6. Compile and run org.proofpad.Main.

If you encounter any problems with these build instructions, email me at calebegg@gmail.com.

About

An IDE for ACL2

License:GNU General Public License v3.0


Languages

Language:Java 93.4%Language:Common Lisp 5.2%Language:C++ 1.4%