Changeset 7de2affc
- Timestamp:
 - Jun 25, 2021, 1:08:36 PM (4 years ago)
 - Branches:
 - ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
 - Children:
 - 22a4292
 - Parents:
 - 44856ed
 - File:
 - 
      
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
INSTALL
r44856ed r7de2affc 6 6 make, the system is built by entering the commands: 7 7 8 For devs using the rootgit:8 For devs using the maintainer's git: 9 9 10 ./autogen.sh10 ./autogen.sh 11 11 ./configure 12 12 make 13 13 make install 14 14 15 For users using the distributed tarball :15 For users using the distributed tarball / github: 16 16 17 17 ./configure 18 18 make 19 make check 19 20 make install 20 21  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.