minko
minko copied to clipboard
Examples/Tutorials execution convenience
Hello,
this isn't a big issue, I just wanted to point out that it's a little inconvenient at the moment to test one example after the other.
On Linux I first have to go into the subdirectory of the example and then go deeper into bin/linux64/release/ and only then can I execute it. To see the next one I've to go all the way back and then the same thing over again. It would be great if there were symlinks/scripts from a single directory to be able to test all the examples/tutorials in one location.
It's just for convenience really, not a big deal.
:-)
Greetings...
Hello tobimensch,
Thanks for your interest in Minko. :)
It's not on the repository for now, but we added a new premake action to regroup all binaries of pluginsm examples or tutorials in a single folder launching a command like that:
tool/lin/script/premake5.sh regroup --platform=linux64 --config=release --type=example --regroup-dir=output
This new action have been created to solve another problem initially, but this should be more convenient to test quickly examples and tutorials too. ;)
Nice!
:-)
2014-12-18 11:14 GMT+01:00 Noxalus [email protected]:
Hello tobimensch,
Thanks for your interest in Minko. :)
It's not on the repository for now, but we added a new premake action to regroup all binaries of pluginsm examples or tutorials in a single folder launching a command like that:
tool/lin/script/premake5.sh regroup --platform=linux64 --config=release --type=example --regroup-dir=output
This new action have been created to solve another problem initially, but this should be more convenient to test quickly examples and tutorials too. ;)
— Reply to this email directly or view it on GitHub https://github.com/aerys/minko/issues/188#issuecomment-67466129.