From d389b1ca11b5c2d76f0dad93fe219c3d0d6e6fd8 Mon Sep 17 00:00:00 2001 From: Alexander Zhirov Date: Thu, 11 May 2023 13:34:14 +0300 Subject: [PATCH] ready stack for linux kernel 6 --- README.md | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index cce10c9..44d81df 100644 --- a/README.md +++ b/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/))