Forráskód Böngészése

Add install instruction for recipes

Patrick-Christopher Mattulat 1 hónapja
szülő
commit
2875972019
1 módosított fájl, 14 hozzáadás és 0 törlés
  1. 14 0
      README.md

+ 14 - 0
README.md

@@ -7,3 +7,17 @@ You can download these recipes to use these related packages locally for your pr
 
 - ls-std (Lynar Studios - Standard Library)
 - ls-math (Lynar Studios - Math Library)
+
+### Create Packages
+
+For creating a package navigate to the __recipes__ folder and to the specific subfolder of your library and its' associated version.
+
+Then run:
+
+```shell
+# for recipe caching only
+conan create . --build==never
+
+# for building the libraries
+conan create .
+```