Initial check in

This commit is contained in:
2026-01-10 10:59:20 +01:00
commit b6f6941039
24 changed files with 1684 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
The spring4d source must be cloned as a submodule into src.spring4d folder.
git submodule add https://bitbucket.org/sglienke/spring4d.git src.spring4d
Cloning a project with submodules needs the following commands:
- git submodule init
- git submodule update