Explorar o código

adding pkg-config packet to get Debian compatibility

Sten Grüner %!s(int64=9) %!d(string=hai) anos
pai
achega
1b1767f17e
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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