File: compile.txt

package info (click to toggle)
uhub 0.4.1-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,420 kB
  • ctags: 2,241
  • sloc: ansic: 18,124; xml: 575; perl: 568; sh: 368; makefile: 24
file content (26 lines) | stat: -rw-r--r-- 596 bytes parent folder | download | duplicates (5)
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
How to compile:
---------------

See the official compiling howto: http://www.uhub.org/compile.php

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
  * openssl > 0.9.8 (or use  "make USE_SSL=NO")
  * sqlite > 3.x

or read  http://www.uhub.org/compile.php for more info.


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