Hello
These are a few updates to Ring 1.18 packages.
(1) Better objects library
This is an important update for GUI projects like Ring Notepad, Form Designer, etc. and it will take a few seconds!
ringpm update objectslib
(2) Ring Help - CHM File - Support search in the file
If you are using the CHM help file and miss search support, Just update the file using the next command (Will take some time to download the large CHM file)
ringpm update ringhelpchm
(3) Ring for macOS - Script: ring/language/src/installdepmac.sh - Updated
If you are going to install Ring 1.18 for macOS
Update this file (installdepmac.sh) to avoid the old (-k) option and to replace mysql-connector-c package with the mysql-client package
So the file content will be
brew install git gcc unixodbc mysql-client allegro openssl qt@5 glew libuv libpq sdl2 sdl2_image sdl2_mixer sdl2_net sdl2_ttf httpd
brew link --force qt@5
Greetings,
Mahmoud