aboutsummaryrefslogtreecommitdiff
path: root/doc/examples/softwaresite/doc/install.mdwn
blob: 1e877a45af192e1541d8f7cd7ac3ff157a9054fa (plain)
1
2
3
4
5
6
7
8
9
10
Installing FooBar is pretty straightforward:

	tar xzvf foobar.tar.gz
	cd foobar
	./configure
	make
	make install

Note that you'll need `libfrobnicate` installed first. You might also want to
edit `config.h`.