cashero.blogg.se

Install steam ubuntu 20.04
Install steam ubuntu 20.04











install steam ubuntu 20.04

If you don't have it installed already, install steam from the ubuntu software manager. Until we can get a proper updated 64 bit version of the game up, this should get it running in ubuntu 20.04. Anyway, strange thing is, I had to give out '-std=gnu++11' for CXXFLAGS to avoid errors.Sorry about that, thanks for reporting the error. My hardware is a decade old GeForce 9600/9400 (yeah 2008 MBP) and CUDA 6.5 was the best option for that machine.

install steam ubuntu 20.04

I've started to compile this old gcc due to CUDA. They might end up to be 'un-installable' state a few months later. Check up InstGcc4 class at the bottom of the code. Also, I've installed all the packages that Bebbo suggested, including gcc-multilib and libstdc++6:i386 before running this script. Just adding a couple of sed lines to patch them inline.Īlso, I've been writing some Ruby scripts to install some software (for fun of course.) I've recently successfully compiled gcc-4.8.5 under LinuxMint 20.1 (Ubuntu 20.04 based, compiler is the system gcc: 9.3.0, installed with sudo apt install build-essential) with this script. Sed -i 's/_res_state \\*statp = (_res_state\\*)state\\ /struct _res_state \\*statp = (struct _res_state\\*)state\\ /g' path_to_gcc4.8.5src/libsanitizer/tsan/tsan_platform_ sed -i '/#include /a #include ' path_to_gcc4.8.5src/libsanitizer/asan/asan_ your milage may vary and you may need to install further i386 packagesĪdding to kpeace's answer.if you don't have the resources to run make -j omit -j or use -j4 (or a different number which is adequate for your system).Ubuntu/Debian: sudo apt install make wget git gcc g++ lhasa libgmp-dev libmpfr-dev libmpc-dev flex bison gettext texinfo ncurses-dev autoconf rsyncĬentos: sudo yum install wget gcc gcc-c++ python git perl-Pod-Simple gperf patch autoconf automake make makedepend bison flex ncurses-devel gmp-devel mpfr-devel libmpc-devel gettext-devel texinfoįew seconds later (/giggles) gcc-4.8.5 is installed and available. For me it worked without on Centos 7 or Ubuntu 20 with the mandatory packages installed: download_prerequisites on some platform. $PWD/./gcc-4.8.5/configure -enable-languages=c,c++ -prefix=/usr -enable-shared -enable-plugin -program-suffix=-4.8.5 Sed -i 's/struct ucontext/ucontext_t/g' gcc-4.8.5/libgcc/config/i386/linux-unwind.h

install steam ubuntu 20.04

Sudo apt-get install gcc-multilib libstdc++6:i386 These steps should work: sudo dpkg -add-architecture i386













Install steam ubuntu 20.04