My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
Installation  
Installation
Updated Oct 22, 2011 by jacekpop...@gmail.com

Windows

Windows builds are created and maintained by Partha (http://www.partha.com/). You can find them in the Downloads section.

Debian / Ubuntu

.deb packages were created by Dariusz Duma

Please read detailed informations here: DebianUbuntuInstallation

OpenSUSE

OpenSUSE packages were created by Marcin Bajor

Find them here: https://build.opensuse.org/package/show?package=delaboratory&project=graphics

Arch Linux

AUR package was crated by speps, you can find it here: http://aur.archlinux.org/packages.php?ID=49517

Compiling the source code

You need wxWidgets. I use version 2.8.12. To check your version please type:

wx-config --version

If there is no wx-config then you need to install wxWidgets first or delaboratory won't compile.

In Arch Linux there is just wxGTK package, but I know that for instance in Ubuntu there is wxBase and wxGTK - you need wxGTK.

You will also need a C++ compiler (g++ or just gcc), libxml2, and libtiff. Should be already instaled on your distro.

Please extract sources and type:

make

if you want to install it, su root and:

make install

Performance

Makefile uses only standard optimization flag: -O3, you can produce faster code when using other options like -march=i686, etc. To see if your options produce faster code use built-in Benchmarks.

Comment by headligh...@gmail.com, Sep 6, 2011

They need also the .dev files of libxml2 and libtiff. Which are f.i on Ubuntu not default.

Comment by headligh...@gmail.com, Sep 29, 2011

about the make file in Ubuntu there is no /usr/local/bin. That should be for Ubuntu /usr/bin


Sign in to add a comment
Powered by Google Project Hosting