I am Charmie

メモとログ

2016-08-01から1ヶ月間の記事一覧

Eigen 3.2.9 compilation on Ubuntu 16.04

If you face a cmake error regarding GLUT_XMU_something, try the following installation and then retry the cmake compilation. sudo apt-get install libxmu-dev libxi-dev

install Python package gurobi on Ubuntu 16.04

gurobi is a commercial optimization solver for a variety of problems such as linear programming, quadratic programming, etc. With Anaconda, you can install gurobi by two lines of commands and registering your license at the license center.…

SDKs for Android Studio

Rajawali for 3D CG. Follow the 1st tutorial to play a simple program. Google VR SDK for easy access to sensors and for cardboard. Follow the getting started just to play sample programs.

Error of Android Studio: Cannot launch AVD in emulator

I got the following error when I booted an emulator on Android Studio: [code lang="bash"] Cannot launch AVD in emulator. Output: sh: 1: glxinfo: not found libGL error: unable to load driver: radeonsi_dri.so libGL error: driver pointer miss…

Android Studio installation on Ubuntu 16.04

[code language="bash"] JDK sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get install oracle-java8-installer sudo apt-get install oracle-java8-set-default Android Studio sudo apt-get install lib32stdc++6 wget and…