One our forum members, Pablo, has recently released a version of MiniMyth built with GAR. You can read all about it here.
Those of you that have been following this forum for some time will remember how I was always hoping for this to happen.
Pablo has kindly allowed me to use his work as the basis for the future MiniMyth builds and releases. Version 0.0.4 of Pablo's MiniMyth build has been placed into LinPVR's source code control system, and is now available via anonymous access.
LinPVR.org uses Perforce for source code control. I will post instructions on accessing the repository soon, but for the adventurous, the perforce port is perforce.linpvr.org:1666.
Additionally, bugs with this build should be logged at http://linpvr.org/bugs.
Thanks again to Pablo for his great efforts!
Larry
MiniMyth built with GAR
Moderator: Pablo
Ok, I haven't had time to write up anything pretty, so here is a quick guide to accessing the code in perforce.
Go to http://www.perforce.com/perforce/loadprog.html. Most (if not all) will want this file. Just download it and save it to /usr/local/bin or equiv (might have to chmod +x too).
Then set the following env vars:
P4PORT=perforce.linpvr.org:1666
P4USER=anonymous
P4CLIENT=(make up a name; your forum handle is a good choice).
P4ROOT=(local directory where you want to download files from perforce).
If you prefer another editor besides vi, you can set P4EDITOR (it will also honor EDITOR).
Then make a directory for the code, cd to that directory, then execute:
Then save and exit. You are now ready to use perforce. To retrieve the latest code, do this:
If you want the 0.0.4 release code, do this:
To see the last 5 changes, do this:
And of course there is always
Any questions, please post them on the general help forum.
Larry
Go to http://www.perforce.com/perforce/loadprog.html. Most (if not all) will want this file. Just download it and save it to /usr/local/bin or equiv (might have to chmod +x too).
Then set the following env vars:
P4PORT=perforce.linpvr.org:1666
P4USER=anonymous
P4CLIENT=(make up a name; your forum handle is a good choice).
P4ROOT=(local directory where you want to download files from perforce).
If you prefer another editor besides vi, you can set P4EDITOR (it will also honor EDITOR).
Then make a directory for the code, cd to that directory, then execute:
Code: Select all
p4 client
Code: Select all
p4 sync
Code: Select all
p4 sync @0.0.4
Code: Select all
p4 changes -m 5
Code: Select all
p4 help
Larry
And the fruits of this labor are now available as a beta. See this post:
http://linpvr.org/forum/viewtopic.php?t=302
Larry
http://linpvr.org/forum/viewtopic.php?t=302
Larry