Menu

Tree [r7] /
 History

HTTPS access


File Date Author Commit
 src 2011-02-03 facc [r6] Update src/Makefile.am
 AUTHORS 2011-01-24 facc [r1] First commit
 COPYING 2011-01-26 facc [r4] add GNU documentation files
 ChangeLog 2011-01-24 facc [r1] First commit
 INSTALL 2011-01-26 facc [r4] add GNU documentation files
 Makefile.am 2011-02-03 facc [r5] Version 0.2: code rewriting, font color chooser...
 NEWS 2011-10-07 facc [r7] Warn that the SVN repository is obsolete
 README 2011-10-07 facc [r7] Warn that the SVN repository is obsolete
 autogen.sh 2011-01-25 facc [r2] Added autogen.sh
 configure.ac 2011-02-03 facc [r5] Version 0.2: code rewriting, font color chooser...

Read Me

###########################################################
WARNING!
THIS SVN REPOSITORY IS OBSOLETE. THE CODE IS NOW HOSTED ON

  git://gitub.com/stfacc/pixasso

###########################################################

PiXasso! is an utility inspired by LaTeXiT for Mac OS X.  It allows to
typeset small pieces of latex code and produce a drag-and-droppable
output image, which can be exported in various formats (currently PNG,
EPS and PDF).

Building should be as simple as

 $ ./autogen.sh
 $ make

while installation is done through

 # make install

which requires root privileges because by default it will install the
program under /usr/local (unless the option
--prefix=/path/to/directory is added while calling autogen.sh). Remind
that you can uninstall the program with a simple

 # make uninstall

For more information about GNU autotools see INSTALL.