Hi everyone, I am trying to get started with this package. I am trying to follow what's in the `README` but nothing seems to work... For example in `INSTALL` I am recommended to ```shell ./configure && make && make install ``` but there is no file called `configure`, so this does nothing. Next I navigated to the `doc` folder and tried both ```shell make doc make doc-install ``` which both tell me there is no rule to make the corresponding target. I have to admit I am a complete novice with C. Am I missing something obvious? Some advice would be appreciated.