File: README

package info (click to toggle)
libwibble 0.1.9
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 500 kB
  • ctags: 1,183
  • sloc: cpp: 5,760; sh: 113; makefile: 71
file content (16 lines) | stat: -rw-r--r-- 245 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
To configure libwibble:

 mkdir build
 cd build
 cmake ..

 You can use "ccmake .." instead of "cmake .." to get an interactive interface
 for selecting configuration parameters.

To build libwibble:

 make

To install libwibble:

 make install