File: INSTALL

package info (click to toggle)
notebook 0.2rel-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,132 kB
  • ctags: 243
  • sloc: ansic: 2,504; sh: 821; makefile: 40
file content (7 lines) | stat: -rw-r--r-- 319 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
Fairly simple :

./configure --prefix=/whatever/path
make
make install

One important note: notebook is expecting to find the glade files in the installation prefix so you won't be able to use it until you actually do "make install". I know it's a pain in the ass but I haven't figured out an other way to do that yet.