Skip to content
Snippets Groups Projects
Commit 2e805d81 authored by al.schwinn's avatar al.schwinn
Browse files

added build instructions for silecs-codegen and silecs-diagnostic-cpp

parent b71cfb0d
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,17 @@ cd snap7
cd ..
##############################################
cd silecs-communication-cpp
make clean
make all CPU=x86_64 -j4
cd ..
##############################################
cd silecs-codegen
cd src/xml
python runTest.py
cd ../../..
##############################################
cd silecs-diagnostic-cpp
make clean
make CPU=x86_64 -j1
cd ..
##############################################
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment