Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
you need to say - at least - the language. Or what do you think, how can we suggest to compile "something"?
In general you need to install the package buid-essential. but in your case I have no idea...
The gcc and gcc-c++ compilers as well as any other compiler programs that come with Mint 18
The development packages for all of the libraries and programs that are required by the programs you are compiling.
Do you have a GUI package manager? That will help you enormously.
Beyond that, download the source for the programs you want to compile and try to compile it. If anything is missing, the compile process should tell you want is missing. You will then have to get the missing pieces and again try to compile your programs, and keep repeating this process until you can get your programs compiled.
As others have said, you should already have the tools that you need, but if not then you will find out what's missing during the compilation process and any missing packages will be easily installed.
... and although this installs the "GCC Compiler Suite," I'm not sure that it installs every language compiler that the Suite includes. These will be found in separate packages, which you can also search for with "apt-cache show."
Install with, say, "apt-get install ..."
And there are other, unrelated, languages and compiler systems for Linux also.
Distribution: Currently: OpenMandriva. Previously: openSUSE, PCLinuxOS, CentOS, among others over the years.
Posts: 3,881
Rep:
Quote:
Originally Posted by xode
The gcc and gcc-c++ compilers as well as any other compiler programs that come with Mint 18
The development packages for all of the libraries and programs that are required by the programs you are compiling.
Do you have a GUI package manager? That will help you enormously.
Beyond that, download the source for the programs you want to compile and try to compile it. If anything is missing, the compile process should tell you want is missing. You will then have to get the missing pieces and again try to compile your programs, and keep repeating this process until you can get your programs compiled.
If it's Linux based software your talking about, the gcc compiler collection (as xode's has said) should be what you need. Best of luck!
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.