Notes on making the plugin devel environment:
apt-get install qtcreator
dnf install qtcreator
mkdir gh-xp-plugins-init
cd gh-xp-plugins-init/
git init
unzip ../xp10/XPSDK213.zip
git add SDK/
git commit -a -m 'Initial commit (SDK)'
git remote add origin ssh://geehalel@git.code.sf.net/p/gh-xp-plugins/code
git push -u origin master
Testing the plugin devel environment
mkdir -p tests/SDK210Tests
cd tests/SDK210Tests
unzip /tmp/SDK210Tests.zip SDK210Tests.cpp
/opt/builds/...
here)cd /opt/builds/x86_64/xp10/SDK210Tests
qmake -qt=5 /gh-xp-plugins-init/tests/SDK210Tests/SDK210Tests.pro
make
mkdir /X-Plane 10 Demo/Resources/plugins/SDK210Tests/64
cd /X-Plane 10 Demo/Resources/plugins/SDK210Tests/64
cp /opt/builds/x86_64/xp10/SDK210Tests/liblin.xpl.so ./lin.xpl