DIY Instruction:(In case you don't have a linux machine create a VM with Oracle VM)
// Open Terminal
// Make sure your machine is ready:$ sudo apt-get update
$ sudo apt-get install build-essential git cmake libboost-all-dev python make automake g++ gcc
// Download & Compile$ git clone
https://github.com/scordite/scordite.git$ cd scordite
$ make
// Start Daemon$ cd scordite
$ cd build
$ cd release
$ cd src
$ ./scordited
// Follow the instruction and create a wallet
// Open a new terminal and start the simplewallet$ cd scordite
$ cd build
$ cd release
$ cd src
$ ./simplewallet
// After creating a wallet:
start_mining [threads]