uhub/doc/compile.txt

22 lines
482 B
Plaintext
Raw Normal View History

2009-03-16 16:32:55 +00:00
How to compile:
---------------
See the official compiling howto: http://www.extatic.org/uhub/compile.html
Prerequisites
Before you try to compile µHub, please make sure the following prerequisites are met.
* GNU make
* gcc > 3.0 (or MinGW on Windows)
* Perl 5
Linux, Mac OSX, FreeBSD, NetBSD and OpenBSD
-------------------------------------------
2009-03-16 16:32:55 +00:00
Simply, run:
% make
If you have an old gcc compiler, try disabling pre-compiled headers like this:
gmake USE_PCH=NO