Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Examples/Tutorials execution convenience #188

Open
tobimensch opened this issue Dec 17, 2014 · 2 comments
Open

Examples/Tutorials execution convenience #188

tobimensch opened this issue Dec 17, 2014 · 2 comments
Labels

Comments

@tobimensch
Copy link

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...

@Noxalus
Copy link
Contributor

Noxalus commented Dec 18, 2014

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. ;)

@tobimensch
Copy link
Author

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
#188 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants