ready stack for linux kernel 6
This commit is contained in:
parent
f1c21c0dc7
commit
d389b1ca11
22
README.md
22
README.md
|
@ -1,18 +1,12 @@
|
|||
# IUP stack
|
||||
|
||||
- [Building Lua, IM, CD and IUP in Linux](https://www.tecgraf.puc-rio.br/iup/en/building.html)
|
||||
- [IM](https://www.tecgraf.puc-rio.br/im), [CD](https://www.tecgraf.puc-rio.br/cd) and [IUP](https://www.tecgraf.puc-rio.br/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](libpdflib/) 7.0.5
|
||||
- [IUP](iup/) 3.30
|
||||
- [Lua](lua/) 5.3.4
|
||||
Dependencies:
|
||||
- [FTGL](libftgl/) v2.1.5 ([source](https://sourceforge.net/projects/canvasdraw/files/5.14/Docs%20and%20Sources/))
|
||||
- [PDFlib](libpdflib/) v7.0.5 ([source](https://sourceforge.net/projects/canvasdraw/files/5.14/Docs%20and%20Sources/))
|
||||
|
||||
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.
|
||||
Main libraries:
|
||||
- [IM (imaging toolkit)](libim/) v3.15 ([source](https://sourceforge.net/projects/imtoolkit/files/3.15/Docs%20and%20Sources/))
|
||||
- [CD (canvas draw)](libcd/) v5.14 ([source](https://sourceforge.net/projects/canvasdraw/files/5.14/Docs%20and%20Sources/))
|
||||
- [IUP](iup/) v3.30 ([source](https://sourceforge.net/projects/iup/files/3.30/Docs%20and%20Sources/))
|
||||
|
|
Loading…
Reference in New Issue