Results 1 to 3 of 3
Alright, I am at the end of my rope with the internet. Does Anybody know where I can find a C/C++ compiler for DSL? Or better yet, does anyone wanna ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-03-2006 #1Just Joined!
- Join Date
- Jul 2006
- Location
- Illinois, USA
- Posts
- 1
Need help with D@mn Small Linux
Alright, I am at the end of my rope with the internet. Does Anybody know where I can find a C/C++ compiler for DSL? Or better yet, does anyone wanna compile the program LMMS for me? It's like an open-source clone of FruityLoops. Any help at all would be appreciated. Thanks.
- 07-04-2006 #2
Try installing gcc with apt:
'apt-get install gcc'
... as root in the terminal.
- 07-04-2006 #3
...or
for a c++ compiler.Code:apt-get install g++
On DSL, I guest you can install the build essentials too :
which include gcc, g++, make, etc.Code:apt-get install build-essential
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee


Reply With Quote
