File: README.build-sources

package info (click to toggle)
fai 6.5.4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,076 kB
  • sloc: sh: 6,720; perl: 5,626; makefile: 138
file content (15 lines) | stat: -rw-r--r-- 305 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# check out the sources to the directory fai
git clone --recursive https://github.com/faiproject/fai.git
cd examples/simple
git checkout master
cd ../..

# build the packages
cd fai
gbp buildpackage
or
dpkg-buildpackage -I.git -rfakeroot -uc -us

# Now you have some fai Debian packages
cd ..
ls fai*.deb