[go: up one dir, main page]

File: compile.txt

package info (click to toggle)
uhub 0.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,016 kB
  • sloc: ansic: 12,630; xml: 588; sh: 356; perl: 233; makefile: 60
file content (21 lines) | stat: -rw-r--r-- 482 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
-------------------------------------------
Simply, run:
  % make 

If you have an old gcc compiler, try disabling pre-compiled headers like this:
gmake USE_PCH=NO