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:
parent
efdd63d351
commit
118374c46e
5 changed files with 23 additions and 4 deletions
8
INSTALL
8
INSTALL
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue