wiki:FuntooLinux

Version 2 (modified by Nikos Alexandris, 6 years ago) ( diff )

WikiProcessor: s/bash/sh/

Compiling under Funtoo-Linux

The Generic Compilation & installation procedure is valid also for the Funtoo-Linux meta-distribution. The following example scripts are provided as a mean to get started.

Installing dependencies

Following likely needs to be updated!

# # Searching for missing packages, e.g. wxwidgets
# e-file wx-config

# emerge dependecies -- This will take quite some time! Hint: net-libs/webkit-gtk
USE="curl xls fftw gmath motif  wxwidgets gml hdf5 jpeg2k mdb netcdf odbc ogdi opencl postgres spatialite sqlite szip" \
emerge -av proj geos gdal \
           xerces \
           mesa motif libGLw  \
           tcl tk clang llvm byacc opencl \
           unixODBC postgresql-base ogdi spatialite \
           libgeotiff hdf5 netcdf \
           eselect-postgresql eselect-opencl eselect-wxwidgets \
           wxpython pyopengl \
           fftw

# before compiling
eselect python set 1 # probably #1 is python 2.7

Example Scripts

A simple configuration and compilation

Error: Failed to load processor bash
No macro or processor named 'bash' found

An attempt for a complete configuration and compilation checking. In addition, this script times each of the executed commands (need for scrolling back!).

Error: Failed to load processor bash
No macro or processor named 'bash' found
Note: See TracWiki for help on using the wiki.