In the bbuild system, you dont need to do make install-include for installing include files for compiling. This is now included in the actions done by make install.

This commit is contained in:
Olof hagsand 2020-04-05 12:25:33 +02:00
parent 7998120ef2
commit e6178858f0
8 changed files with 7 additions and 8 deletions

View file

@ -80,7 +80,6 @@ Clixon:
./configure --enable-optyang;
make;
sudo make install;
sudo make install-include
```
(note: optyang enable only if you need to run the main example, otherwise it is not necessary).