Source Code
Last updated
Was this helpful?
Last updated
Was this helpful?
Follow the steps below in order to download Sodium source code
If you do not have git
installed on your system. Download it from
Open a new console window. (Press Start + R
and type the command below then click Ok.)
cmd
Move to root directory of C:
drive
cd c:\
Run the command below to download all Sodium projects at once. (If you want to install Sodium into different folder name other than c:\Sodium
, you need to change many project settings)
git clone --recursive https://github.com/muradkarakas/Sodium.git
Open a new console window. (Press Start + R
and type the command below then click Ok.)
cmd
Move to root directory of C:
drive
Create a folder named Sodium
mkdir c:\Sodium
Change current directory
cd c:\Sodium
Run all commands below step by step