From 8c295935c76ccffe11b174eea22f7d5975757926 Mon Sep 17 00:00:00 2001 From: Mathieu Date: Thu, 6 Jan 2022 10:57:43 +0100 Subject: [PATCH] updated common errors readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2bb335c..1d93f7a 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,10 @@ Common errors than I personally encoured during this project, hope this can help #### Linux : +First be sure to have all those packages installed : +``` +sudo apt-get install libfann-dev swig libfann-dev python3-fann2 +``` I actually don't know how I solved this but I tried building myself FANN following the instruction from [here](https://github.com/libfann/fann#from-source). Here is some links I found trying to solve the error : https://stackoverflow.com/questions/51367972/lib-fann2-failed-to-install