The MiniGUI development team announces the availability of MiniGUI 3.2.0. All users of MiniGUI are recommended strongly to use this version for new MiniGUI apps. Please report any bugs and incompatibilities in
https://github.com/VincentWei/minigui.
This instruction assumes that you are using Ubuntu Linux 16.04 LTS. Please make sure that you have installed the following packages:
Also make sure that you can visit GitHub via SSH and you can do sudo on your Linux box.
$ git clone git@github.com:VincentWei/build-minigui-3.2.git
$ cd scripts-build-minigui-all
$ ./fetch-all.sh
$ cd gvfb
$ cmake .
$ make; sudo make install
$ cd ..
$ cd 3rd-party/chipmunk-5.3.1
$ cmake .
$ make; sudo make install
$ cd ../..
$ cd minigui-res
$ ./autogen.sh
$ ./configure
$ sudo make install
$ cd ..
$ ./build-all.sh
$ cd /usr/local/bin
$ ./mguxdemo
When there were some updates in the remote repos, you can run update-all.sh to update them. You can run clean-build-all.sh to uninstall, clean, and re-install them.
Note that you might need to run ldconfig as a super user to refresh the shared libraries cache when running mguxdemo.
京ICP备05046847号-1;京公网安备11010802008976号;经营许可证号:110108004781535