File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 66 ===================================
77
88 © 1987-2005 Vrije Universiteit, Amsterdam
9+ 2007-02-25
910
1011
1112INTRODUCTION
@@ -68,14 +69,15 @@ Instructions:
6869 ./pm
6970
7071 ...from the command line. This will actually do the build. This takes
71- about two minutes on my 1.6GHz Athlon.
72+ about two minutes on my 1.6GHz Athlon Linux machine and about 30 on my
73+ 166MHz Pentium OpenBSD machine.
7274
7375- Run:
7476
7577 ./pm install
7678
77- ...from the command line. This will install the built ACK into whatever
78- directory you nominated in PREFIX.
79+ ...from the command line (possibly with sudo) . This will install the built
80+ ACK into whatever directory you nominated in PREFIX.
7981
8082The ACK should now be ready to use.
8183
@@ -134,7 +136,13 @@ There are some things you should be aware of.
134136 first character of the file. If it's a #, then the file will be run through
135137 the C preprocessor anyway.
136138
139+ - BSD systems may need to up the number of file descriptors (e.g.
140+ 'ulimit -n 200') before the ACK will compile.
137141
142+ - The ACK uses its own .o format. You won't be able to mix the ACK's object
143+ files and another compiler's.
144+
145+
138146DISCLAIMER
139147==========
140148
You can’t perform that action at this time.
0 commit comments