mirror of
https://github.com/uffejakobsen/acme.git
synced 2024-11-22 18:32:09 +00:00
6cd245dc76
git-svn-id: https://svn.code.sf.net/p/acme-crossass/code-0/trunk@56 4df02467-bbd4-4a76-a152-e7ce94205b78
24 lines
699 B
Plaintext
24 lines
699 B
Plaintext
|
|
|
|
ToACME
|
|
|
|
...source code file converter for ACME
|
|
|
|
|
|
Compiling and installing the executable
|
|
---------------------------------------
|
|
|
|
Change into the directory "toacme/src" that was created when
|
|
unpacking the archive and simply type "make". This will compile the
|
|
sources and produce an executable file.
|
|
|
|
If you have root access:
|
|
Change into superuser mode using "su" and type "make install" to move
|
|
the executable to the appropriate directory (system-wide install).
|
|
|
|
If you don't have root access:
|
|
Type "make userinstall" to move the executable to your "~/bin"
|
|
directory (user-specific install)
|
|
|
|
Feel free to adjust the Makefile to your specific needs.
|