For Windows
How to build ca2 Framework simple solution at Windows...
Create folder named simple and clone repository in it.Windows Command Prompt
C:\> mkdir %UserProfile%\operating-system
C:\> git clone https://github.com/ca2/storage-windows %UserProfile%\operating-system\storage-windows --recurse-submodules
C:\> mkdir %UserProfile%\simple
C:\> git clone https://github.com/ca2/windows-simple-solution %UserProfile%\simple --recurse-submodules
GitBash
user@machine MINGW64 ~/Desktop
mkdir $HOME/operating-system
user@machine MINGW64 ~/Desktop
git clone https://github.com/ca2/storage-windows $HOME/operating-system/storage-windows --recurse-submodules
user@machine MINGW64 ~/Desktop
git clone https://github.com/ca2/windows-simple-solution $HOME/simple --recurse-submodules
This is helper application that embeds resource files on final application executable. It is needed to finish generating final executable. >
Save it to some folder in the PATH.
Suggestion: Download it "C:\Users\
Open:
%UserProfile%\simple\operating-system\operating-system-windows\_solution\simple.sln
at Visual Studio