File: HACKING

package info (click to toggle)
guile-cairo 1.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,532 kB
  • sloc: sh: 9,228; ansic: 2,657; makefile: 114; lisp: 74
file content (14 lines) | stat: -rw-r--r-- 394 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Hacking Guile-Cairo
===================

I use bazaar as my versioning control system, http://bazaar-vcs.org/.
It's quite easy.

Currently I'm unclear where to host the bzr archive; for now the
following instructions will work:

bzr get http://wingolog.org/bzr/guile-cairo
cd guile-cairo
./autogen.sh --prefix=/opt/guile-cairo && make && sudo make install

See the TODO file for pending tasks.