PJLab-ADG / 3DTrans

An open-source codebase for exploring autonomous driving pre-training
https://bobrown.github.io/Team_3DTrans.github.io/
Apache License 2.0
585 stars 72 forks source link

The installation of gcc-5.4.0 #18

Closed RhythmOfTheRain-Byte closed 10 months ago

RhythmOfTheRain-Byte commented 11 months ago

Excuse me, How should I install gcc-5.4.0? I didn't find an installation command line. Is it installed locally or in conda environment.\ Thank you!

sky-fly97 commented 11 months ago

Hello, you can use gcc -v to check your gcc version. For installation : 1) sudo apt-get update & sudo apt-get upgrade 2) sudo apt-get install gcc-6 g++-6