Home » Extra libraries, Code snippets, applications etc. » OS Problems etc., Win32, POSIX, MacOS, FreeBSD, X11 etc » [SOLVED] Mint Linux requirements
Re: Mint Linux requirements [message #49248 is a reply to message #49245] |
Wed, 10 January 2018 20:34   |
 |
Klugier
Messages: 1106 Registered: September 2012 Location: Poland, Kraków
|
Senior Contributor |
|
|
Hello,
In the tarbal there are two file. One for Debian derived distribution (Debian, Ubuntu, Mint etc) and one Fedora (RPM package base). All you need to do on your machine is to call:
chmod +x buildrequires.debian
sudo buildrequires.debian
All required package will be installed for you. Here is the list for your Mint distribution:
#!/usr/bin/env bash
apt-get install g++
apt-get install make
apt-get install libgtk2.0-dev
apt-get install libnotify-dev
apt-get install libbz2-dev
apt-get install sox
apt-get install libssl-dev
Our POSIX distribution is complete in this area. And the development team that create this scripts made fantastic job. I do not see any reasons to create the copy of this file to fit the distribution name like buildrequirements.mint. Debian is alright if you posses minimal knowledge about linux distribution history.
Sincerely and have a nice day,
Klugier
U++ - one framework to rule them all.
[Updated on: Wed, 10 January 2018 20:36] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Fri Sep 05 04:17:27 CEST 2025
Total time taken to generate the page: 0.06106 seconds
|