Menu

Home

jucevlc

Welcome to your wiki!

This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].

The wiki uses Markdown syntax.

Project Admins:


Discussion

  • jucevlc

    jucevlc - 2013-03-03

    Developpers / Building tips

    The project relies on multi-platform libraries / GNU gcc compiler and should also compile on Linux / MacOS environments

    Tools / Libraries

    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
  • s-r-grass

    s-r-grass - 2020-09-04

    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?

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
OSZAR »