Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ondratu/mmarchitect


https://github.com/ondratu/mmarchitect

Last synced: 28 days ago
JSON representation

Awesome Lists containing this project

README

        

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.