File: INSTALLBIN

package info (click to toggle)
icmake 6.22-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,120 kB
  • ctags: 1,045
  • sloc: ansic: 9,241; makefile: 1,138; asm: 126; sh: 124
file content (33 lines) | stat: -rw-r--r-- 1,377 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
INSTALLING ICMAKE BINARIES
==========================

        The icmake binaries come as a compressed archive: E.g.,
"icmake-6.15.bin.tgz". This archive unpacks to several directories and files.

Please note that the archive unpacks to directories icmake/xxx below the 
current directory. So, if you unpack icmake-6.17.bin.tgz (or later versions) 
in the directory /usr/local/src/icmake, a directory 
/usr/local/src/icmake/icmake is created, and other subdirectories below 
/usr/local/src/icmake/icmake.

        To unpack the archive, create an appropriate directory (e.g.,
"/usr/local/src/icmake" and change-dir to that directory. Use an appropriate 
archiver to unpack. The archive can be unpacked as follows:

        "gzip -c -d icmake-6.17.bin.tgz | tar xvf -".

If you have GNU tar version 1.11.2 or higher, you can use

        "tar xvzf icmake-6.17.bin.tgz".
	
For Linux-unix platforms, the icmake-executables are found in the subdirectory
binlinux. For Ms-DOS platforms, the icmake-executables are found in the
subdirectory bindos. Depending on what platform you use, install either, both,
or none of these executables in your preferred locations. You have to
to that yourself, using, e.g., cp. For example, the command:

                cp binlinux/* /usr/local/bin
		
will copy the linux binaries in /usr/local/bin. Normally you must be root to
accomplish this.