luadch / announcer_client

Win32 Release Announcer for Luadch (with GUI)

Home Page:https://luadch.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Luadch Announcer Client

Win32 Release Announcer for Luadch (with GUI)

Latest-Release GitHub license Website Platform GitHub all releases

First start:

  1. goto "certs" folder

    • Use "make_cert.bat" to make a new certificate (required) Note: OpenSSL must be installed
    • Alternatively you can use the Luadch Certmanager if you don't want to install OpenSSL
  2. Start "Announcer.exe" and make your configuration

  3. Click the "Connect" button

Done!

You already use the Announcer and you only want to update:

  1. Copy the "certs" and the "cfg" folder from your old Announcer folder to the new Announcer folder, overwrite all existing files

Done!

Compile a ".lua" (wxLua) to a ".exe":

  1. First you need wxLua binarys: wxLua-2.8.12.3-Lua-5.1.5-MSW-Unicode.zip
  2. Copy the "Announcer.wx.lua" to the "wxLua/bin/" directory
  3. Open command prompt (in this folder)

use this command:

lua.exe ..\apps\wxluafreeze\wxluafreeze.lua wxluafreeze.exe "Announcer.wx.lua" "Announcer.exe"

note: there are better ways to do this, but it's the easiest way. (i'am using Notepad++ with integrated Lua/wxLua interpreter and macro shortcuts for "run" and "compile")

About

Win32 Release Announcer for Luadch (with GUI)

https://luadch.github.io

License:GNU General Public License v3.0


Languages

Language:Lua 99.8%Language:Batchfile 0.2%