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

build with ubuntu16.04 #21

@lowlyw

Description

@lowlyw

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions