1
0
Fork 0
mirror of https://github.com/Studio3T/robomongo.git synced 2025-12-04 16:25:19 -05:00
2 Notes: Upgrade to MongoDB 4.0
Gökhan Şimşek edited this page 2018-11-25 14:03:46 +03:00

Linux

gcc 5 on ubuntu 14.04
    sudo add-apt-repository ppa:ubuntu-toolchain-r/test
    sudo apt-get update
    sudo apt-get install gcc-5 g++-5    
    sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 60 --slave /usr/bin/g++ g++ /usr/bin/g++-5
    https://gist.github.com/beci/2a2091f282042ed20cda