User:Tjmonk15/WSL Notes: Difference between revisions

Content deleted Content added
mNo edit summary
m More steps
Line 55:
# Installing and Updating software
## Updating system GCC
### Add PPA for gcc-7: sudo add-apt-repository ppa:ubuntu-toolchain-r/test)
###
### Update apt lists so it can find gcc-7: sudo apt-get update
### Install GCC 7: sudo apt-get install gcc-7
### Point gcc to the new version: sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 60 --slave /usr/bin/g++ g++ /usr/bin/g++-7
#### You can see here if you want to have multiple copies of gcc installed and be able to switch between them: https://askubuntu.com/questions/466651/how-do-i-use-the-latest-gcc-on-ubuntu/581497#581497
## Installing/Compiling a cross compiler
###
Line 64 ⟶ 68:
# Bare Bones
##
 
== ToDo ==
# Finish Step-by-Step
# Test Step-by-Step + clean-up
# Remove specific version numbers and add instructions to find "current" versions