Преглед на файлове

adding pkg-config packet to get Debian compatibility

Sten Grüner преди 9 години
родител
ревизия
1b1767f17e
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  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