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
gitinstalled on your system. Download it from https://git-scm.com/download/winOpen a new console window. (Press
Start + Rand type the command below then click Ok.)cmdMove 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
Download All Sodium Project Repositories Seperately
Open a new console window. (Press
Start + Rand type the command below then click Ok.)cmdMove to root directory of
C:driveCreate a folder named Sodium
mkdir c:\SodiumChange current directory
cd c:\SodiumRun all commands below step by step
git clone https://github.com/muradkarakas/SodiumDebugger.git
git clone https://github.com/muradkarakas/SodiumServer.git
git clone https://github.com/muradkarakas/SodiumExtension.git
git clone https://github.com/muradkarakas/DBInt.git
git clone https://github.com/muradkarakas/DBInt-Postgresql.git
git clone https://github.com/muradkarakas/DBInt-Oracle.git
git clone https://github.com/muradkarakas/DBInt-SqlServer.git
git clone https://github.com/muradkarakas/DBInt-MySql.git
git clone https://github.com/muradkarakas/SodiumShared.git
git clone https://github.com/muradkarakas/DebuggerAdaptor.git
git clone https://github.com/muradkarakas/Sodium-Setup.gitLast updated
Was this helpful?