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
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
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.git
Last updated
Was this helpful?