This is a build tool for Gerbv-2.10.0 executable on MS-Windows.
Also executable binaries are in Releases pages.
These patches are applied.
- Support non-ASCII path and filename
- Support slotted hole (patch from sourceforge)
If you want to build gerbv yourself, the followings are required.
- MSYS2 + binutils + gcc (such as i686-8.1.0-release-win32-dwarf-rt_v6-rev0 / x86_64-8.1.0-release-win32-seh-rt_v6-rev0 ) + etc.
- gerbv-2.10.0.tar.gz source file
- dxflib-3.26.4-src.tar.gz source file
- gtk+-2.24.33 library
- Extract or
git clone
this project into some directory. - Put gerbv-2.10.0.tar.gz and dxflib-3.26.4-src.tar.gz into the above directory.
- Edit Makefile as you need.
- Execute command
make
in the directory.
- Copy gerbv.pot to a file named <lang>.po, where <lang> is a Language Code.
- Edit translations in <lang>.po and save it using UTF-8 encoding.
- Execute msgfmt <lang>.po -o gerbv.mo in MSYS2.
- Copy gerbv.mo into <gerb_folder>\share\locale\<lang>\LC_MESSAGES\.
I've never used but there's a tool called Poedit, which can handle .po files.