setup/data/tools/plugins/bitmaps/bobtoolz_merge.bmp ->
install/plugins/bitmaps/bobtoolz_merge.bmp
setup/data/tools/plugins/bitmaps/bobtoolz_poly.bmp ->
install/plugins/bitmaps/bobtoolz_poly.bmp
setup/data/tools/plugins/bitmaps/bobtoolz_treeplanter.bmp ->
install/plugins/bitmaps/bobtoolz_treeplanter.bmp
setup/data/tools/plugins/bitmaps/bobtoolz_turnedge.bmp ->
install/plugins/bitmaps/bobtoolz_turnedge.bmp
setup/data/tools/plugins/bitmaps/bobtoolz_dropent.bmp ->
install/plugins/bitmaps/bobtoolz_dropent.bmp
Traceback (most recent call last):
File "install.py", line 115, in ?
copySvn("../msvc_redist", installRoot)
File "install.py", line 45, in copySvn
assertMessage(os.path.isdir(source), "failed to find directory: " +
source)
File "install.py", line 33, in assertMessage
raise Exception(message)
Exception: failed to find directory: ../msvc_redist
I got the SVN sources, it builded ok, but how to run/install?
When I did python install.py I got the error above
That was AFTER I created a ./games/ directory,
before that I was getting error about missing games directory
I want to install it only local, not system wide.
How to?
--- EDITED ---
Ok I simply removed the line from install.py
the line copySvn("../msvc_redist", installRoot)
and now it does install into directory ./install
But when I run:
cd install
./radiant.x86
it fails with:
radiant/error.cpp:132
Didnt find any valid game file descriptions, aborting