rockbot icon indicating copy to clipboard operation
rockbot copied to clipboard

How i can compile

Open inukaze opened this issue 6 years ago • 99 comments

Hi there, where are the instructions for how compile the source code because i do the follow :

git clone https://github.com/protoman/rockbot
cd rockbot
./fetch.sh
make

make: *** No se especificó ningún objetivo y no se encontró ningún makefile. Alto.

ok i try again :

$ git clone https://github.com/protoman/rockbot
$ cd rockbot
$ ./fetch.sh
$ qmake rockbot.prx
$ make

g++ -m64 -Wl,-O1 -o rockbot -L/usr/X11R6/lib64 -lQt5Gui -lQt5Core -lGL -lpthread /usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/Scrt1.o: En la función _start': (.text+0x20): referencia a main' sin definir collect2: error: ld returned 1 exit status Makefile:173: fallo en las instrucciones para el objetivo 'rockbot' make: *** [rockbot] Error 1

inukaze avatar Apr 23 '19 19:04 inukaze