Difference between revisions of "CompilingYoper"
Jump to navigation
Jump to search
(Categorization) |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
== | == [http://Yoper.com Yoper] == | ||
This has been tested for Inkscape0.39 on Yoper i686-2.1.0-4: | This has been tested for Inkscape0.39 on Yoper i686-2.1.0-4: | ||
# review the | # review the [http://www.yoper.com/forum2/index.php?showtopic=800 Guide to Compiling Software from Source] & [http://www.yoper.com/forum2/index.php?showtopic=2577&view=findpost&p=13450 tips on compiling] | ||
# compile | # compile [http://prdownloads.sourceforge.net/libsigc/libsigc%2B%2B-1.2.5.tar.gz?download libsigc++-1.2.5.tar.gz] | ||
# Run <code>ldconfig</code> as root so the library can be found by the OS | # Run <code>ldconfig</code> as root so the library can be found by the OS | ||
# copy /usr/include/freetype2/freetype to /usr/include/freetype | # copy /usr/include/freetype2/freetype to /usr/include/freetype | ||
# compile inkscape! | # compile inkscape! | ||
[[Category:Developer Documentation]] |
Revision as of 17:29, 23 June 2006
Yoper
This has been tested for Inkscape0.39 on Yoper i686-2.1.0-4:
- review the Guide to Compiling Software from Source & tips on compiling
- compile libsigc++-1.2.5.tar.gz
- Run
ldconfig
as root so the library can be found by the OS - copy /usr/include/freetype2/freetype to /usr/include/freetype
- compile inkscape!