19 lines
635 B
Markdown
19 lines
635 B
Markdown
|
# IUP stack
|
||
|
|
||
|
- [Building Lua, IM, CD and IUP in Linux](https://www.tecgraf.puc-rio.br/iup/en/building.html)
|
||
|
|
||
|
Set of packages:
|
||
|
- [IM](libim/) 3.15
|
||
|
- [CD](libcd/) 5.14
|
||
|
- [FTGL](libftgl/) 2.1.5
|
||
|
- [PDFlib](libim/) 7.0.5
|
||
|
- [IUP](iup/) 3.30
|
||
|
- [Lua](lua/) 5.3.4
|
||
|
|
||
|
Packages have both static and dynamic versions of libraries.
|
||
|
|
||
|
- [Lua](https://dev.getsol.us/source/lua/) - compiled with static libraries
|
||
|
- [FTGL](https://dev.getsol.us/source/ftgl/) - has some improvements in the version 2.1.5
|
||
|
|
||
|
In all packages, the `Lua` library version prefix has been removed using patches. At the same time, the library version **5.3** is set as a variable.
|