|
Revision 889, 353 bytes
(checked in by Gregor, 8 months ago)
|
rebuild/COMPILING: Dependencies make this a bit more complicated, so I added a
bit of documentation.
|
| Line | |
|---|
| 1 |
rebuild requires libgc and pthreads. libgc is portable and available at: |
|---|
| 2 |
http://www.hpl.hp.com/personal/Hans_Boehm/gc/ |
|---|
| 3 |
|
|---|
| 4 |
pthreads should be a component of all UNIX-alikes. A version of pthreads for |
|---|
| 5 |
Windows exists: |
|---|
| 6 |
http://sourceware.org/pthreads-win32/ |
|---|
| 7 |
|
|---|
| 8 |
On Windows you will need to specify the library name of pthreads-win32, e.g. |
|---|
| 9 |
|
|---|
| 10 |
make THREADS=-lpthread |
|---|