-
Notifications
You must be signed in to change notification settings - Fork 2
/
README2.c
executable file
·35 lines (22 loc) · 915 Bytes
/
README2.c
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
34
35
/* Copyright (c) 1998,1999,2001,2002 Kevin Cameron */
/* Distributed under the GNU Lesser General Public License */
What to do:
1. Unpack the code - it will be a directory tree starting %PROJECT(,/...)
create a link from your bin directory to %PROJECT(,/export/bin/mk)
or
put %PROJECT(,/export/bin)% on your path -
[csh: set path = ($path:q `pwd`/export/bin)]
[sh: PATH=$PATH:`pwd`/export/bin]
4. Test the application:
%PROJECT(,/bin/v2k)% [-help] ....
5. Send feedback to:
Tips:
Solaris:
If you are running on Solaris and experience long compile times it may
be because you have an old 'as' - download and build the GNU binutils to
get a better one, you'll need to check that it actually gets used too as
gcc will normally use the native 'as' first.
Cygwin:
You'll need a link from /bin/sh to bash for the mk.sh script, and a working
perl (in /usr/local/bin).