fix: Prevent crash in fteapot when rendering very narrow columns (#76)

Co-authored-by: Glen Whitney <glen@studioinfinity.org>
Reviewed-on: #76
This commit is contained in:
Glen Whitney 2023-04-08 01:34:37 +00:00
parent efdd63d351
commit 118374c46e
5 changed files with 23 additions and 4 deletions

View file

@ -1,6 +1,14 @@
The new build system uses CMake (http://www.cmake.org). It handles
all platform differences.
Once all prerequisites are in place, you should be able to build teapot via
```
mkdir build
cd build
cmake ..
make
```
In addition to the information in the README.md file on prerequisites, here
are some additional guidelines: