rougier / freetype-gl

OpenGL text using one vertex buffer, one texture and FreeType
Other
1.65k stars 266 forks source link

How to install the library / headers in Ubuntu 15.10? #115

Open cirosantilli opened 8 years ago

cirosantilli commented 8 years ago
mkdir build
cd build
cmake ..
make

But then there is no make install. Is there a method currently?

Possibly requires: https://github.com/rougier/freetype-gl/issues/116

adrianbroher commented 8 years ago

CMake doesn't generate any make install target because there are no files marked as 'should be installed'.

Is there a method currently?

No, currently there is no way to install the library as it wasn't intended to be installable until now.