Airblast Posted February 3, 2010 Share Posted February 3, 2010 Hello, my question is, ¿where can I find the PPSE to be compiled?Because it isn't in the thread of PPSE and I don't know how to compile it from SVN, if it's possible. Is there a tarball or anything so? Link to comment Share on other sites More sharing options...
codemonkey85 Posted February 5, 2010 Share Posted February 5, 2010 Well, PPSE was written thus far in QT C++, so you might need to get that to compile. Then again, I don't know off the top of my head if the SVN contains QT specific libraries, so maybe any old C++ compiler would do the trick...? This is really more of an SCV question I guess. Link to comment Share on other sites More sharing options...
Airblast Posted February 5, 2010 Author Share Posted February 5, 2010 Well, I think you haven't understand. I would like to build/compile the program. I have a c++ compiler, and I know how to get the dependences. I would like to have a tarball or so, with the sources and a "configure" file, but in the SVN there's no configure. Ahm, please note I have a PPC mac with teh Xcode c++ compiler, I've used it before, and I have macports. Link to comment Share on other sites More sharing options...
Guardna Posted February 5, 2010 Share Posted February 5, 2010 http://ppse.projectpokemon.org/trac/changeset/25 You can't compile because all the makefiles were deleted. Link to comment Share on other sites More sharing options...
SCV Posted February 5, 2010 Share Posted February 5, 2010 You need to get Qt for mac. http://qt.nokia.com/downloads I recommend getting the whole SDK. http://ppse.projectpokemon.org/trac/changeset/25You can't compile because all the makefiles were deleted. qmake generates the makefiles based on what compiler qt is configured to use. I deleted them because everyone should have qmake generate them. Link to comment Share on other sites More sharing options...
Airblast Posted February 5, 2010 Author Share Posted February 5, 2010 Thanks, SCV. Ah, sorry, with Xcode I meant the SDK. Some questions: 1.That qmake comes with Qt, right? 2.How do I get the package of source code? Should I get the files one by one of the SVN, or there's a tarball or so? 3.If I should get from SVN, how do organize the files, to build? 4.The commands for build are as always ./configure, make, make install, or should I use other commands? A last thing, I'm spanish, I'm not precisely the best English speaker in the world, if I've said something wrong and you don't understand, please say it, ok? Link to comment Share on other sites More sharing options...
Guardna Posted February 5, 2010 Share Posted February 5, 2010 You need to get Qt for mac. http://qt.nokia.com/downloadsI recommend getting the whole SDK. qmake generates the makefiles based on what compiler qt is configured to use. I deleted them because everyone should have qmake generate them. Thanks I guess OP have found his answer now. Link to comment Share on other sites More sharing options...
Guardna Posted February 5, 2010 Share Posted February 5, 2010 You can use TortoiseSVN, which will checkout all the source code without having to download the tarball. Here's the link : http://tortoisesvn.net/downloads Link to comment Share on other sites More sharing options...
Airblast Posted February 5, 2010 Author Share Posted February 5, 2010 Does it work in mac? I think it doesn't. Link to comment Share on other sites More sharing options...
Guardna Posted February 5, 2010 Share Posted February 5, 2010 Oh sorry, for Mac check this website : http://scplugin.tigris.org/ , SCPlugin is the TortoiseSVN equivalent for windows. Link to comment Share on other sites More sharing options...
Airblast Posted February 5, 2010 Author Share Posted February 5, 2010 Thanks, I'm downloading it. I'll tell how it works. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now