ultimatepp/uppbox/MakePosixInstall
cxl e68a6c8467 .uppbox
git-svn-id: svn://ultimatepp.org/upp/trunk@14256 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-04-06 09:57:07 +00:00
..
Main.cpp .uppbox 2020-04-05 16:12:10 +00:00
MakePosixInstall.upp .uppbox 2020-04-05 15:41:18 +00:00
readme.cpp .uppbox 2020-04-05 15:41:18 +00:00
scripts.cpp .uppbox 2020-04-06 09:57:07 +00:00

const char *readme =
R"--(U++ is rapid C++ based development framework and environment.

To start working with U++, you will have to install dependecies for your
platform and compile TheIDE.

You can do this manually - install dependencies and run "make". This will
create 'ide' executable in current directory.

Alternatively, there is 'install' script which will attempt to identify
your distro's packaging system, install required packages and then do the
required compilation. It will even try to use precompiled utility 'umks32'
to accelerate the build, if you allow it.
	
After the installation, you can start using U++ be starting TheIDE.
The framework is designed to stay sandboxed - as long you do not copy binaries
from the unpacked archive, it would not write anything outside it.
)--";