diff options
| author | Alexander Kulikov | 2018-04-04 00:56:53 +0300 |
|---|---|---|
| committer | Alexander Kulikov | 2018-04-04 00:56:53 +0300 |
| commit | bccf28dbc642d05ed9100bb25e0c0d38ea71993e (patch) | |
| tree | 3fbe11825e20cf0277d54f35a65141082f193bf1 /README.md | |
| parent | 9ddd647aedba71f782bef029a90964301de03480 (diff) | |
| download | systray-bccf28dbc642d05ed9100bb25e0c0d38ea71993e.tar.bz2 | |
windows: All c++ and DLLs removed, instead of it system calls are used. Also fixed duplicating of icon files in temp folder.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -30,20 +30,6 @@ sudo apt-get install libgtk-3-dev libappindicator3-dev ``` Checked menu item not implemented on Linux yet. -### Windows - -Use the Visual Studio solution to build systray.dll. Make sure to target Windows -XP and build for Release (not Debug). Put the resulting dll in -`dll/systray_unsigned.dll` and then run `./signdll.bash` to sign it. Check the -resulting dll into git at Git at dll/systray.dll and run ./embeddll.bash to -generate the systraydll_windows.go file. - -The solution is configured to build with platform toolset v90 and dynamic -linking to save on size and support Windows XP. To get platform toolset v90, -you need to install Visual Studio 2008 (express edition is okay). You can -build with a more recent Visual Studio, you just need the old one for the -toolset. - ## Try Under `example` folder. |
