Skip to content

Repo for information on how to setup various platforms for development with my libraries

License

Notifications You must be signed in to change notification settings

smasherprog/Projects_Setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Projects Setup

Repo for information on how to setup various platforms for development with my libraries

Note: Not all projects require the libraries, but to keep everything simple, this should be followed for all of my projects.

Windows Setup

  • Install latest version of Visual Studio 2017 or greater I DO NOT SUPPORT OLDER VERSIONS OF VS

    Download Community version: https://www.visualstudio.com/downloads/

    Select the Desktop development with c++ and install

  • Install cmake v8.2 or greater

    Download: https://cmake.org/download/ get the .msi file, not the zip

    Once downloaded, run the msi and press next to all of the dialog boxes that appear

  • Install perl for windows

    Download:https://www.activestate.com/activeperl/downloads

    Once downloaded, run the msi and press next to all of the dialog boxes that appear YOU WILL NEED TO REBOOT AFTER INSTALL

Linux Setup (Ubuntu 16.04)

  • Update existing tools

    Open a Terminal

    Type: sudo apt-get update && sudo apt-get upgrade -y

  • Install tools and libraries

    Open a Terminal

    Type: sudo apt-get install build-essential python-dev git python-pip codelite libxext-dev libx11-dev libxfixes-dev libxinerama-dev gcc lldb libxtst-dev cmake-qt-gui nasm -y

    Type: pip install autobahntestsuite

  • Install cmake v8.2 or greater

    Type: wget https://cmake.org/files/v3.8/cmake-3.8.2-Linux-x86_64.sh && chmod u+x cmake-3.8.2-Linux-x86_64.sh && sudo ./cmake-3.8.2-Linux-x86_64.sh --skip-license --prefix=/usr/local && rm cmake-3.8.2-Linux-x86_64.sh

Mac Setup

  • Install latest version of xcode

  • Install latest version of xcode command line tools

    Open a Terminal

    Type: xcode-select --install

    Agree to the terms. Now the tools will begin to download and install

  • Install cmake v8.2 or greater

    Download: https://cmake.org/download/ get the .dmg file, not the tar.gz

    Pre-Install: Once you have successfully downloaded the .dmg file, simply click on it and press Agree at the next window

    Install: To complete the installation you must drag and drop CMake onto the Applications folder.

    Post-Install: Close the previous window

About

Repo for information on how to setup various platforms for development with my libraries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages