Ubuntu SDK对我们大多数开发者来说非常有效。它甚至可以帮我们来进行在线调试。在这篇文章中,我们来介绍如何使用command line来编译并运行我们的scope。
This project contains a simple Unity Scope and all files needed to build and deploy it. Building it is simple. First you need to install the scopes development package and CMake. Then you go into the source root and type the following commands. mkdir build cd build cmake -DCMAKE_BUILD_TYPE=debug .. make
unity-scope-tool com.ubuntu.developer.liu-xiao-guo.scopetest_scopetest.ini
build.sh: #!/bin/bash click-buddy --arch armhf --framework ubuntu-sdk-14.10 --dir ..
#!/bin/bash rm -f ../*click click-buddy --arch armhf --framework ubuntu-sdk-14.10 --dir .. --provision
$chmod +x build.sh $chmod +x provision.sh