fix: Prevent crash in fteapot when rendering very narrow columns

This commit is contained in:
Glen Whitney 2023-04-07 21:31:56 -04:00
parent efdd63d351
commit 4bc0f05dfe
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: