From f468619320967d184c798f86bb8d85ed3b13b215 Mon Sep 17 00:00:00 2001 From: Thomas Lambert <t.lambert@uliege.be> Date: Wed, 31 Aug 2022 09:26:57 +0200 Subject: [PATCH] feat(trouble): basic troubleshooting --- contents/user-troubleshooting.tex | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/contents/user-troubleshooting.tex b/contents/user-troubleshooting.tex index 5b3fe80..701a83c 100644 --- a/contents/user-troubleshooting.tex +++ b/contents/user-troubleshooting.tex @@ -12,3 +12,28 @@ \chapter{Troubleshooting} \label{chap:user:trouble} + +This chapter lists the most common issues encountered when using \rotare. If +you find an issue that is not documented here, please check the +\href{\rotareIssuesURL}{issue tracker} and fill a new issue report if +applicable. You can also contact me directly at \myEmail. + + +\section{<Library> cannot be found or cannot be imported} +\label{sec:user:trouble:missingLib} + +\rotare depends on some libraries to conduct some simple tasks (mostly airfoil +and polars manipulations). It seems that these were not installed properly. +Please refer to Chapter~\ref{chap:user:install} for the correct install +procedure. + +If \rotare was cloned using \git, you can simply call the following to download +the libraries as well: +\begin{lstlisting}[language=bash] +git submodule update --init +\end{lstlisting} + +If \rotare was installed manually, you either did not download the libraries or +did not place them in the correct spot. Normally, you should have the following +path in the directory: +\directory{rotare/src/libs/matlab\_airfoil\_toolbox/+af\_tools/}. -- GitLab