Changes between Version 6 and Version 7 of Doc/compiler
- Timestamp:
- Feb 27, 2011, 4:29:55 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc/compiler
v6 v7 12 12 PDF versions of those manuals can be downloaded from the [https://sourceforge.net/project/showfiles.php?group_id=221766&package_id=286489 panc section] of the [https://sourceforge.net/project/showfiles.php?group_id=221766 Quattor SourceForge repository]. The installation packages also contain HTML versions of the documentation. 13 13 14 The pan language continues to evolve. It is strongly recommended to consult the version of the Pan Language Manual that corresponds to the exact version of the compiler you are using.14 The pan language continues to evolve. //It is strongly recommended to consult the version of the Pan Language Manual that corresponds to the exact version of the compiler you are using.// 15 15 16 16 == Sources == … … 30 30 mvn install 31 31 }}} 32 from the top-level directory to package the compiler and install in your local maven cache. To build the RPM, you must be on a machine with rpmbuildinstalled.32 from the top-level directory to package the compiler and install in your local maven cache. To build the RPM, you must be on a machine with `rpmbuild` installed. 33 33 34 34