Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
install [2022/04/08 09:53]
rajit
install [2022/07/17 09:57]
rajit [Installing ACT]
Line 1: Line 1:
 ====== Installing ACT ====== ====== Installing ACT ======
  
-Primary development of ACT is conducted on Linux and MacOS, and so it has been extensively tested on such systems. It has also been tested in certain Windows environments (see below)+Primary development of ACT is conducted on Linux and MacOS, and so it has been extensively tested on such systems. It has also been tested in certain [[install#Microsoft Windows|Windows]] environments (see below).
  
 +The core library is available from [[https://github.com/asyncvlsi/act|Github]].
  
-===== Unix/Unix-like environments =====+ 
 + 
 +===== Linux/Unix-like environments =====
  
 Before starting, please make sure that your system satisfies the following requirements: Before starting, please make sure that your system satisfies the following requirements:
Line 26: Line 29:
    * Run ''./build''    * Run ''./build''
  
-If there is an issue building the software and you want to do a clean build, use ''make realclean''+If there is an issue building the software and you want to do a clean build, use ''make realclean'' before re-running the build instructions above.
  
 Once you've built the tools, run ''make install'' to install the files, and ''make runtest'' to run through a set of test cases. Once you've built the tools, run ''make install'' to install the files, and ''make runtest'' to run through a set of test cases.