ultimatepp/linux_scripts
amrein c596e6aebb Build need expat-devel
git-svn-id: svn://ultimatepp.org/upp/trunk@356 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-08-19 13:27:25 +00:00
..
rpm Build need expat-devel 2008-08-19 13:27:25 +00:00
dostable modified linux build scripts 2008-06-08 10:44:26 +00:00
dosvn changed svn layout 2008-06-07 22:31:27 +00:00
idebuild changed svn layout 2008-06-07 22:31:27 +00:00
README updated debian build scripts 2008-07-10 19:04:33 +00:00
uppdeb Solved libstdc++6-dev dependence problem for Debian package. 2008-07-26 11:16:22 +00:00
uppstable2deb modified linux build scripts 2008-06-08 12:11:03 +00:00
uppsvn2deb changed svn layout 2008-06-07 22:31:27 +00:00

###################################################################
SCRIPTS TO BUILD DEBIAN PACKAGES FROM VARIOUS UPP REPOSITORIES
By Massimo Del Fedele (max@veneto.com)
###################################################################

User scripts are :

dosvn		to build a debian from a local SVN repository
dostable	to build a debian from a local upp stable tree

Other scripts are just helpers for main scripts.

USAGE :

1)	Prepare local source repositories.
	For svn, you'll need to do an 'svn checkout'. See svn user guide and/or sourceforge instructions
	For beta/devel/stable packages, just download source tarball from upp site and unpack in a local folder

2)	You MUST have Upp executables installed. It doesn't matter if from stable, beta or svn packages,
	but a working IDE is needed. If you still don't have it, just install a debian svn package
	downloadable from forum.

3)	Edit doXXX scripts to adjust your local paths (repositories, destination path)
	Paths are set on scripts beginning -- see comments

4)	Just run the requested script

The debian package(s) are put in your selected destination folder.
On errors, you'll get some error messages from scripts.

Enjoy !

Max