ultimatepp/uppbox/Scripts
cxl 36d80e8555 install scripts added openssl-dev
git-svn-id: svn://ultimatepp.org/upp/trunk@10323 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-10-16 09:04:52 +00:00
..
all .lpbuild2: switched from testing to live 2012-05-14 05:32:19 +00:00
builddeb Scripts: Updated builddeb 2010-02-06 23:54:33 +00:00
CLANGMK.bm .uppbox 2015-11-29 16:57:07 +00:00
deb64 Fixed deb64 Script 2009-04-27 17:48:00 +00:00
debian install scripts added openssl-dev 2016-10-16 09:04:52 +00:00
doinstall uppbox: Scripts: Better clang support on install 2015-11-29 14:15:15 +00:00
domake uppbox: domake fixed (thanks vegaonline) 2016-01-01 08:33:04 +00:00
GCCMK.bm .install issues 2015-10-23 18:42:51 +00:00
git-mirror .docs 2015-10-19 15:03:33 +00:00
idebuild added debian64 nighty builds 2009-04-26 13:13:21 +00:00
init IS Install scripts 2009-03-17 20:14:09 +00:00
Makefile Scripts BSD src install fix 2009-04-19 11:22:02 +00:00
readme .script 2015-11-04 07:20:44 +00:00
Scripts.upp .web 2016-02-05 08:46:42 +00:00
src uppbox: Scripts: Better clang support on install 2015-11-29 14:15:15 +00:00
upgrade.sh .ubbox: Scripts 2012-09-07 12:59:07 +00:00
upp.spec Remove libpng version in pkg-config call 2013-12-03 22:34:22 +00:00
upp.xml .web 2016-02-05 08:46:42 +00:00
uppdeb uppbox: libnotify in .deb fix 2010-01-24 21:45:24 +00:00
uppnighty2deb Fixed deb64 Script 2009-04-27 17:48:00 +00:00
win .uppbox 2016-03-26 18:03:18 +00:00
www .uppbox: Scripts: website generation removed from nightly builds 2011-10-25 20:13:20 +00:00

There are some prerequisites required to build and run U++.
In debian package names, these are:

g++, make, libgtk2.0-dev, libnotify-dev, libbz2-dev, sox.

For debian/apt-get based distribution, 'debian' file contains required
dependencies in form of apt-get commands. You can use this file by running
"sh debian" as root (e.g. "sudo sh debian" if sudo is available).

Use 'make' to compile TheIDE. It will generate ~/theide (integrated development
environment) and ~/umk (commandline tool for building U++ projects).

Use 'make install' to prepare standard U++ environment. It will create ~/upp
directory to store U++ library sources, MyApps to store your application
sources and ~/upp.out as output for intermediate files and copies theide and
umk to ~.

Then start playing with U++ by invoking ~/theide (you might want to put it
elsewhere later, e.g. to ~/bin/theide).