Browse Source

adding pkg-config packet to get Debian compatibility

Sten Grüner 9 years ago
parent
commit
1b1767f17e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      doc/building.rst

+ 2 - 2
doc/building.rst

@@ -12,12 +12,12 @@ Using the GCC compiler, the following calls build the library on Linux.
    gcc -shared open62541.o -o libopen62541.so
    
 
-Building with CMake on Ubuntu
+Building with CMake on Ubuntu or Debian
 -----------------------------
 
 .. code-block:: bash
    
-   sudo apt-get install git build-essential gcc cmake python python-lxml
+   sudo apt-get install git build-essential gcc pkg-config cmake python python-lxml
 
    # enable additional features
    sudo apt-get install libexpat1-dev # for XML-encodingi