Install on systems GNU/Linux, BSD, ...

Donwload the package:

FísicaLab need GNUstep and GSL libraries (the dev headers too). With these requirements, on a terminal cd to the source directory and run the GNUstep script, if nedeed:

. /usr/GNUstep/System/Library/Makefiles/GNUstep.sh

then execute:

./configure

make

and, with root permissions (could be needed run the script again):

make install

To run the application type openapp FisicaLab.

If you aren't using the WindowMaker desktop, we recommend install the theme Silver a more suited theme to other desktops. Once installed you can set this theme on SystemPreferences.app, or in a terminal with:

. /usr/GNUstep/System/Library/Makefiles/GNUstep.sh

defaults write NSGlobalDomain GSTheme Silver

We also recommend this configuration:

defaults write NSGlobalDomain GSAppOwnsMiniwindow NO

defaults write NSGlobalDomain GSSuppressAppIcon YES

defaults write NSGlobalDomain NSMenuInterfaceStyle NSWindows95InterfaceStyle