Thank you very much for the program distributed under a free open license! Added a program to a Russian-language site about free software, here is the link.
Please do not drop the project, this is a very interesting program!
Will the program no longer be updated and new versions will no longer appear?
Will stable versions be published here or elsewhere?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Developpers / Building tips
The project relies on multi-platform libraries / GNU gcc compiler and should also compile on Linux / MacOS environments
Tools / Libraries
http://rawmaterialsoftware.com/downloads.php
Boost 1.56 regexp lib build batch file for mingw: (if mingw is installed in e:\dev\mingw)
set MINGW=e:\dev\mingw\bin
set PATH=%PATH%;%MINGW%
%~d0
cd %~dp0
bootstrap.bat mingw --toolset-root=%MINGW%
b2 --toolset=gcc regex release link=static threading=multi runtime-link=static
Boost 1.56 64bits regexp lib build batch file for mingw: (if mingw is installed in E:\dev\x64-4.8.1-release-win32-seh-rev5\mingw64)
set MINGW=E:\dev\x64-4.8.1-release-win32-seh-rev5\mingw64\bin
set PATH=%PATH%;%MINGW%
%~d0
cd %~dp0
bootstrap.bat mingw --toolset-root=%MINGW%
b2 address-model=64 --toolset=gcc regex release link=static threading=multi runtime-link=static
pause
Last edit: jucevlc 2015-03-26
Is the project abandoned?
Thank you very much for the program distributed under a free open license! Added a program to a Russian-language site about free software, here is the link.
Please do not drop the project, this is a very interesting program!
Will the program no longer be updated and new versions will no longer appear?
Will stable versions be published here or elsewhere?