Skip to content
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.

build with ubuntu16.04 #21

Open
lowlyw opened this issue Jan 12, 2018 · 2 comments
Open

build with ubuntu16.04 #21

lowlyw opened this issue Jan 12, 2018 · 2 comments

Comments

@lowlyw
Copy link

lowlyw commented Jan 12, 2018

ubuntu 16.04 requires this patch because of location of the libraries.
this patch fixes it for ubuntu

vagrant@vagrant-ubuntu-trusty-64:~/degate$ git diff
diff --git a/gui/OpenGLRendererBase.cc b/gui/OpenGLRendererBase.cc
index f1b141e..13adcc9 100644
--- a/gui/OpenGLRendererBase.cc
+++ b/gui/OpenGLRendererBase.cc
@@ -27,10 +27,10 @@
 #include <GL/glu.h>

 #include <ft2build.h>
-#include <freetype/freetype.h>
-#include <freetype/ftglyph.h>
-#include <freetype/ftoutln.h>
-#include <freetype/fttrigon.h>
+#include <freetype2/freetype.h>
+#include <freetype2/ftglyph.h>
+#include <freetype2/ftoutln.h>
+#include <freetype2/fttrigon.h>

 #include <boost/foreach.hpp>
 #include <iostream>
@XVilka
Copy link
Contributor

XVilka commented Mar 28, 2018

@lowlyw What about creating Pull Request instead?

@XVilka
Copy link
Contributor

XVilka commented Nov 16, 2018

@lowlyw ping?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants