Brewtarget / brewtarget

Main brewtarget source code repository.
GNU General Public License v3.0
312 stars 135 forks source link

BT DEV 2.4.0 - dependency libgcc-s1 on ubuntu 18.04 #623

Closed majherek closed 2 years ago

majherek commented 2 years ago

Hi,

I download lastest development build for linux ubuntu 18.04 from https://github.com/Brewtarget/brewtarget/actions/workflows/linux-ubuntu.yml

BT has in depends: libgcc-s1. But this package is available only in ubuntu >20.04 (according to https://packages.ubuntu.com/search?keywords=libgcc-s1&searchon=names&suite=all).

How then use BT from latest development on ubuntu 18.04?

majherek commented 2 years ago

And how it is compiled on github on ubuntu 18.04?

majherek commented 2 years ago

I found solution:

Download gcc-10-base

Download libgcc-s1

And install them.