WordRider Home
source code + compiler
July 25, 2010 04:39PM
Hi! Can anyone explain me how to have the source code and how to compile it?

I tried using the link in the download page, but i found nothing...

Thanks!
Re: source code + compiler
July 25, 2010 05:12PM
Why do you need this?
See download page. There is a compiled version.

-------------------------------------

Re: source code + compiler
July 27, 2010 02:28PM
is this project open source?

Can't I have it?

I want to try to modify it and compile it.
Re: source code + compiler
July 27, 2010 02:33PM
See a download section. There is a link to SVN repository.

-------------------------------------

Re: source code + compiler
July 27, 2010 03:52PM
and how can i compile it once i modified it?

Thanks a lot

PS: Where is the main program source? In /freerapid/ there are 3 folder:
[DIR] branches
[DIR] tags
[DIR] trunk
Re: source code + compiler
July 27, 2010 03:53PM
[www.google.cz]

-------------------------------------

Re: source code + compiler
July 27, 2010 04:07PM
Thanks, so i have to download the branches directory, and modify in /src folder.

Next, how can i compile it? (to make a new working frd.jar)
Re: source code + compiler
July 31, 2010 08:30PM
How can i compile it?

I installed eclipse SDK but it gives me lots of problem, i don't know why...

what do you usually use to compile it and how can you do it?

Thanks!
Re: source code + compiler
August 01, 2010 07:48AM
Most of the developers of FRD use IntelliJ IDEA and not Eclipse or NetBeans, so we can only help with the former.

There are videos in in this thread: [wordrider.net]

First of all, download and install IntelliJ and JDK. Then checkout the FreeRapid SVN (it's the trunk folder btw), and make a new project. Then run the Ant task "all" and it should compile it.

Mind you, the plugins are stored in another SVN, so the easiest way to get them is probably check for plugin updates in FRD. Or you can make another project as the videos show, so you get the source codes too.



Edited 1 time(s). Last edit at 08/01/2010 07:48AM by ntoskrnl.
Re: source code + compiler
August 02, 2010 07:27AM
Thanks,now it works... (and i can modify it!)
Sorry, only registered users may post in this forum.

Click here to login