* Windows updated as of 2019-06-14
* Linux updated as of 2018-11-09
All OS's
google.com/chromeUbuntu 16.04.02
ubuntu-16.04.2-desktop-amd64.isoWin32 Disk Imager - allows UEFI to work, on unix use "dd"
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get update
sudo apt-get install nvidia-410 vulkan-utils
# from Voxel Repo
sudo apt-get install a56 imagemagick git-core libglu1-mesa-dev libxi-dev ocl-icd-opencl-dev mingw-w64
sudo apt-get install clang vlc vim-gnome
# from GitHub
ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
ssh-add
ssh-copy-id username@oldhost
Windows 10
Windows 10 USB Install Tool- Install mingw-w64-install.exe 8.1.0-x86_64-posix-seh-rev0
- Install LLVM-8.0.0-win64.exe Clang for Windows (64-bit)
- Install Git-2.22.0-64-bit.exe
- Install ImageMagick-7.0.8-49-Q16-x64-dll.exe
- In the Mingw64/bin directory,
copy mingw32-make.exe make.exe
- Install 7z1900-x64.exe
- Install vlc-3.0.7.1-win64.exe
- Install Microsoft Visual Studio Community 2017
- Ensure your system path includes the following...
- C:\Program Files\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin
- C:\Program Files\ImageMagick-7.0.8-Q16
- C:\Program Files\LLVM\bin
- C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build
All OS's Step 2
- Install Visual Studio Code
- Install Steam
git config --global user.email your_email@example.com
git config --global user.name "your name"