|
|
Home » Extra libraries, Code snippets, applications etc. » OS Problems etc., Win32, POSIX, MacOS, FreeBSD, X11 etc » [SOLVED] Mint Linux requirements
[SOLVED] Mint Linux requirements [message #49245] |
Wed, 10 January 2018 12:01  |
cbpporter
Messages: 1427 Registered: September 2007
|
Ultimate Contributor |
|
|
Since 2017.2 is not working that great for me under Windows right now, I'll give Linux a go since I need to work ASAP.
But there are no comprehensive installation instructions.
Here is a complete list of software names you need to manually install under Linux Mint using the software manager GUI in order to compile U++ from sources. These names change a bit from Linux version to Linux version:
G++
Zlib1g-dev
Libbz2-dev
libgtk2.0-dev
libnotify-dev
It would be great if other Linux version users would provide their own list.
[Updated on: Wed, 10 January 2018 22:32] Report message to a moderator
|
|
|
Re: Mint Linux requirements [message #49248 is a reply to message #49245] |
Wed, 10 January 2018 20:34   |
 |
Klugier
Messages: 1099 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
|
|
|
|
Re: Mint Linux requirements [message #49251 is a reply to message #49250] |
Wed, 10 January 2018 22:12   |
 |
Klugier
Messages: 1099 Registered: September 2012 Location: Poland, Kraków
|
Senior Contributor |
|
|
Hello,
I will surprise you - we have documentation for build requirements on Linux the file I was talking about is also mention there. Please review https://www.ultimatepp.org/www$uppweb$uppx11$en-us.html and let me know what should we fix in these area.
I see that we might create "Table of contents" feature for this quite long article. But, the required packages are mentioned on the top. This document was created when we release 2017.1 version of Upp.
I will write to our Linux build experts to refer to your proposition. I am not the expert in this area.
Sincerely,
Klugier
U++ - one framework to rule them all.
[Updated on: Wed, 10 January 2018 22:17] Report message to a moderator
|
|
|
|
|
Goto Forum:
Current Time: Fri May 09 11:58:31 CEST 2025
Total time taken to generate the page: 0.02493 seconds
|
|
|