Source Code
Download All Sodium Project Repositories As Submodule
Follow the steps below in order to download Sodium source code
If you do not have
git
installed on your system. Download it from https://git-scm.com/download/winOpen a new console window. (Press
Start + R
and type the command below then click Ok.)cmd
Move to root directory of
C:
drivecd 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
Sodium repository is a parent Visual Studio solution to ease download process. It has consist of git submodules
to main Sodium project's repositories. So, Sodium repository does not provide you the latest nightly build version of Sodium projects. Just you get a special version of all Sodium projects. For detail on Git Submodule feature, have a look at that page https://www.atlassian.com/git/tutorials/git-submodule
Download All Sodium Project Repositories Seperately
Open a new console window. (Press
Start + R
and type the command below then click Ok.)cmd
Move to root directory of
C:
driveCreate a folder named Sodium
mkdir c:\Sodium
Change current directory
cd c:\Sodium
Run all commands below step by step
Last updated
Was this helpful?