LogJam for Win32
9/5/2005 - Version 4.5.1 compiled and packaged.
LogJam 4.5.1 build configuration:
- GTK: yes
- GtkSpell: yes
- GtkHTML: no
- librsvg: yes
- Docklet ("tray icon"): no (not supported on Windows)
- Networking: win32
- XMMS helper: no
- SQLite3: yes
Binaries
Just LogJam -
you'll need to have all the dependencies already installed and in your PATH.
LogJam with dependencies -
This bundles all the various libraries needed for LogJam.
Just unzip it and run bin/logjam.exe
Note: only includes English dictionaries for spellcheck
LogJam with dependencies (installer) -
Same as above, but with a cute installer.
You'll still need to add any shortcuts to LogJam you want.
Source
Patch against
official release
to make LogJam work under Win32.
Complete Win32 sources -
Official sources, with patch applied.
To-do
In rough order of priority:
- Write a proper install/uninstall script.
- Get GtkHTML compiled and use it (used to preview entries).
- Suppress the command prompt so "insert command output" and music detection can work.
- Re-write network backend to use g_thread instead of forking or Windows threading.
This should simplify code and make it more robust.
Also consier using libcurl instead of curl (the command-line program).
- Add docklet support. This is just more Windows-specific code.
- Nikolas Coukouma