Menu

Tree [fa5ff3] master /
 History

HTTPS access


File Date Author Commit
 doc 2018-12-06 Ondrej Tuma Ondrej Tuma [1cfb46] Icons improvements
 icons 2018-05-17 Ondrej Tuma Ondrej Tuma [28ba5a] Makefile is split to more Makefiles in each dir...
 misc 2014-07-01 Ondrej Tuma Ondrej Tuma [28d4ae] Windows installer bug fix and version update
 po 2020-01-05 Nathan Nathan [d66733] Translated using Weblate (French)
 src 2020-01-29 Ondrej Tuma Ondrej Tuma [fa5ff3] Count function
 ui 2018-12-06 Ondrej Tuma Ondrej Tuma [1cfb46] Icons improvements
 AUTHORS 2017-11-08 Ondrej Tuma Ondrej Tuma [e580a9] remove comment_edit icon with special licence
 COPYING 2017-11-08 Ondrej Tuma Ondrej Tuma [e0284e] remove sticky notes icon
 ChangeLog 2020-01-29 Ondrej Tuma Ondrej Tuma [fa5ff3] Count function
 INSTALL 2018-05-17 Ondrej Tuma Ondrej Tuma [28ba5a] Makefile is split to more Makefiles in each dir...
 Makefile 2018-05-17 Ondrej Tuma Ondrej Tuma [28ba5a] Makefile is split to more Makefiles in each dir...
 README.Win32 2014-07-01 Ondrej Tuma Ondrej Tuma [5be38b] win32 fallback updates
 README.c 2018-05-17 Ondrej Tuma Ondrej Tuma [28ba5a] Makefile is split to more Makefiles in each dir...
 README.md 2017-11-01 Ondrej Tuma Ondrej Tuma [5896d7] Readme
 TODO.md 2017-11-01 Ondrej Tuma Ondrej Tuma [7eb279] TODO
 include.mk 2018-05-17 Ondrej Tuma Ondrej Tuma [28ba5a] Makefile is split to more Makefiles in each dir...

Read Me

mmarchitect for Win32
---------------------

Sources are possible to compile with Valac for windows. See 
http://live.gnome.org/Vala/ValaOnWindows. After that, you will need unzip some
tools from UnxUtils https://sourceforge.net/projects/unxutils/ to valac bin
directory. You will need this tools:
    echo.exe
    head.exe
    mkdir.exe
    rm.exe
    sed.exe
    touch.exe
    mv.exe

And if you can crate source tarball, you will need this tools:
    find.exe
    cp.exe
    xargs.exe
    tar.exe
    bzip2.exe

In mmarchitect source directory, set vala as primary directory (becouse echo
must be use from unxutils) and do make:

    mingw32-make configure
    mingw32-make

If your unix utils are not not in c:\vala-0.12.0\bin then set UX to right path:

    mingw32-make configure UX=c:\\unixtools\\bin
    mingw32-make UX=c:\\unixtools\\bin

Installation is only copy mmarchitect.exe, ui icons and dll from vala to
your destination directory.

There are some libraries, which is need for compilation, or run. You found them on http://www.gtk.org/download/win32.php or on MinGW.
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.