Subversion Repositories freemyipod

Rev

Rev 903 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 903 Rev 915
Line 11... Line 11...
11
For communication with the device, this application uses libusb 1.0.
11
For communication with the device, this application uses libusb 1.0.
12
 
12
 
13
Building
13
Building
14
--------
14
--------
15
You need:
15
You need:
16
1. GCC 4.4 and GNU Make (Xcode on OS X)
16
1. GCC and GNU Make (Xcode on OS X)
17
2. pkg-config
17
2. pkg-config
18
3. libusb >= 1.0
18
3. libusb >= 1.0
19
4. libfuse >= 2.8 (or fuse4x on x64 OS X)
19
4. libfuse >= 2.8 (or fuse4x on x64 OS X)
20
5. all dependencies of the above
20
5. all dependencies of the above
21
 
21
 
22
Installing needed packages on Ubuntu
22
Installing needed packages on Ubuntu
23
sudo apt-get install gcc-4.4 make pkg-config libusb-1.0-0-dev libfuse-dev
23
sudo apt-get install gcc make pkg-config libusb-1.0-0-dev libfuse-dev
24
 
24
 
25
Compiling:
25
Compiling:
26
standard build, no debug messages, only fatal errors on startup are shown.
26
standard build, no debug messages, only fatal errors on startup are shown.
27
$ make build/emcorefs
27
$ make build/emcorefs
28
 
28