-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Win32
37 lines (29 loc) · 1.06 KB
/
README.Win32
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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.