|
Installation
Installation
WindowsWindows 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 OpenSUSEOpenSUSE packages were created by Marcin Bajor Find them here: https://build.opensuse.org/package/show?package=delaboratory&project=graphics Arch LinuxAUR package was crated by speps, you can find it here: http://aur.archlinux.org/packages.php?ID=49517 Compiling the source codeYou 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 PerformanceMakefile 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. |
They need also the .dev files of libxml2 and libtiff. Which are f.i on Ubuntu not default.
about the make file in Ubuntu there is no /usr/local/bin. That should be for Ubuntu /usr/bin