Page 1 of 1

[SOLVED] A stupid question

PostPosted: 25 Feb 2017, 11:20
by Madaadam
i got the uncompiled version of runeaudio from github (https://github.com/RuneAudio) made some smaller changes to the code.
Now i have realised i have no clue how to compile it to a .img file.

Thanks in advance

Re: A stupid question

PostPosted: 25 Feb 2017, 16:55
by surfninja
i have not looked at the Rune code closely but the code I updated was php code (basic screen layout, removed unused buttons). just copy the updated php files to your local working instance.

the php code is interpreted at run time and does not need to be compiled.

you might want to look at this for reference.

Re: A stupid question

PostPosted: 28 Feb 2017, 12:31
by Madaadam
thanks, this will work for me