Rechercher une page de manuel
nicec
Langue: en
Version: 259416 (debian - 07/07/09)
Section: 1 (Commandes utilisateur)
NAME
nicec - compiler for the Nice programming languageSYNOPSIS
nicec [options] packageOPTIONS
- --sourcepath PATH
- Search path for source packages PATH is a list of directories and .jar archives
- --encoding CHARSET
- Character set encoding to be used for .nice source files
- -d, --destination DIR
- Destination directory for compiled packages
- --classpath PATH
- Search path for compiled packages and libraries PATH is a list of directories and .jar archives
- -a, --jar FILE
- Compile to archive You can then run the program with 'java -jar FILE'
- -o, --output FILE
- Generate native executable
- -r, --recompile
- Force recompilation of package
- -R, --recompile-all
- Force recompilation of all dependant packages
- -c, --compile
- Compile packages but do not link them
- --native-compiler FILE
- Location of the native compiler binary (gcj)
- --editor
- Tell nicec that it is called by an editor.
- --man
- Print man page to stdout
- --version
- Print version info and exit
- --usage
- Print usage information and exit
- --memory
- Print memory usage information after compilation
- --benchmark
- Print time usage information after compilation
AUTHOR
Daniel Bonniot <bonniot@users.sourceforge.net>, <Daniel.Bonniot@inria.fr>SEE ALSO
http://nice.sourceforge.net the Nice Home Page http://nice.sf.net/compilation.html compilation instructionsContenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre