It might be the libc6-dev.
usually when you run a "build essential" command in Ubuntu all those are installed automatically, so I didn't catch the name of the lib.
Edit: it is linux-libc-dev
Search found 5 matches
- Tue Feb 10, 2009 5:36 pm
- Forum: PSP Development
- Topic: RemoteJoyLite port to Linux based system
- Replies: 12
- Views: 4411
- Tue Feb 10, 2009 5:23 pm
- Forum: PSP Development
- Topic: RemoteJoyLite port to Linux based system
- Replies: 12
- Views: 4411
after running the command "locate joystick.h" on my linux machine, that's what I found
So apparently it is a linux include file.
Code: Select all
/usr/include/SDL/SDL_joystick.h
/usr/src/linux-headers-2.6.27-11/include/linux/joystick.h
.
.
.
- Tue Feb 10, 2009 4:32 pm
- Forum: PSP Development
- Topic: RemoteJoyLite port to Linux based system
- Replies: 12
- Views: 4411
- Tue Feb 10, 2009 7:48 am
- Forum: PSP Development
- Topic: RemoteJoyLite port to Linux based system
- Replies: 12
- Views: 4411
- Tue Feb 10, 2009 3:25 am
- Forum: PSP Development
- Topic: RemoteJoyLite port to Linux based system
- Replies: 12
- Views: 4411
RemoteJoyLite port to Linux based system
Hello Everyone, So I am in love with Tyranid RemoteJoyLite program. Unfortunately, the program is written for windows platform (with evil MFC functions). Apparently there is no port (yet) for Linux system. Probably someone needs to start doing it. I have already set up my psptoolchain on my Ubuntu 9...