Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ondratu/mmarchitect
https://github.com/ondratu/mmarchitect
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ondratu/mmarchitect
- Owner: ondratu
- License: other
- Created: 2020-02-16T21:16:54.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-25T06:05:02.000Z (over 1 year ago)
- Last Synced: 2024-10-24T10:42:54.214Z (2 months ago)
- Language: Vala
- Size: 643 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Win32
- Changelog: ChangeLog
- Funding: .github/FUNDING.yml
- License: COPYING
- Authors: AUTHORS
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.exeAnd if you can crate source tarball, you will need this tools:
find.exe
cp.exe
xargs.exe
tar.exe
bzip2.exeIn mmarchitect source directory, set vala as primary directory (becouse echo
must be use from unxutils) and do make:mingw32-make configure
mingw32-makeIf 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\\binInstallation 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.