![]() |
![]() |
![]() |
Cutter Reference Manual | ![]() |
---|
Here is a dependency library to build Cutter:
GLib
Here are dependency libraries needed by development with Cutter:
autoconf
automake
libtool
intltool
Those packages can be installed from ports with portupgrade:
% sudo /usr/local/sbin/portupgrade -NRr devel/glib20 autotools intltool
Cutter can be installed like other free software because Cutter uses GNU build tools:
% mkdir -p ~/src % cd ~/src % fetch http://downloads.sourceforge.net/cutter/cutter-1.1.2.tar.gz % tar xvzf cutter-1.1.2.tar.gz % cd cutter-1.1.2 % ./configure CPPFLAGS="-I/usr/local/include" % gmake % sudo gmake install