Hey Im not that new with ubuntu but I have never programmed on it. Im used to microsoft visual studio and I cant find anything like it in ubuntu, there this compiler called anjuta I tried that its kinda like visual studio but I cant find the way to include header files and the libs. I found some tutorials on how to include those files but when I look to my version of it it doesnt has those options (WTF??) so I want a nice compiler that as easy to use as visual studio.
I need a good compiler for ubuntu
-
- Posts: 23
- Joined: Sun Oct 19, 2008 2:35 pm
try codeblocks , i've tried a few ide's on linux but i always go back to codeblocks, its cross platform too , it works on windows and linux and mac
http://www.codeblocks.org/
i think that one of the members of this forum has even made video tutorials on how to set this up for irrlicht, try searching the forums
http://www.codeblocks.org/
i think that one of the members of this forum has even made video tutorials on how to set this up for irrlicht, try searching the forums
Code::blocks is IDE, tough it can be used to interface with multiple compilers, like mingw, gcc (don't really remember them right now).
I would suggest to use code::blocks as an IDE and a compiler that works for you best
Since code::blocks works on windows and on linux finding a tutorial for it shouldn't be too hard.
PS. Anjunta is also just an IDE
I would suggest to use code::blocks as an IDE and a compiler that works for you best
Since code::blocks works on windows and on linux finding a tutorial for it shouldn't be too hard.
PS. Anjunta is also just an IDE
Working on game: Marrbles (Currently stopped).
Netbeans & gcc
http://netbeans.org/
http://netbeans.org/
-
- Posts: 23
- Joined: Sun Oct 19, 2008 2:35 pm
i realise the op did use the word compiler , but from what i seen he's getting the compiler and ide mixed up. i could be wrong though. although he can just install codeblocks from the ubuntu repos.
note to op: if you haven't already make sure to install build-essential package which should install the necessary headers etc for development and the gcc compiler as far as im aware, then codeblocks will detect the compiler automatically .
note to op: if you haven't already make sure to install build-essential package which should install the necessary headers etc for development and the gcc compiler as far as im aware, then codeblocks will detect the compiler automatically .