06-03-2011, 10:59 PM
What I did (on my linux) is first made "buildism.c" which contained
in the home folder, then went to terminal and wrote
then took the result application and put it in the same folder as Buildism.jar
:3 linux is so easy huh
Code:
#include <stdlib.h>
int main(){
system("java -Xms512m -Xmx1024m -cp ./Buildism.jar net.buildism.launcher.LauncherFrame");
}
in the home folder, then went to terminal and wrote
Code:
gcc -o buildism buildism.c
:3 linux is so easy huh
Siggy by McNoobster!