added stable.zip and dev.exe and updated the doc
For user convenience I added comiled versions of bug.n, deliberately without any version number or date, to keep the linking in doc easy.
This commit is contained in:
parent
14f9b1eefe
commit
9fcccfab00
5 changed files with 31 additions and 14 deletions
20
README.md
20
README.md
|
@ -5,7 +5,6 @@ bug.n is a
|
|||
add-on for Microsoft Windows. It is written in the scripting language
|
||||
[AutoHotkey](http://ahkscript.org/download/).
|
||||
|
||||
|
||||
### What it can do
|
||||
|
||||
* Provide layouts for resizing and moving windows, utilizing all available
|
||||
|
@ -54,7 +53,6 @@ add-on for Microsoft Windows. It is written in the scripting language
|
|||
* You can move between views, hiding the windows, you do not want to see, and
|
||||
showing those, you want to see, by pressing a simple hotkey.
|
||||
|
||||
|
||||
### Installing and running bug.n
|
||||
|
||||
#### Requirements
|
||||
|
@ -63,11 +61,17 @@ add-on for Microsoft Windows. It is written in the scripting language
|
|||
* [AutoHotkey](http://ahkscript.org/download/) (if running bug.n from source as
|
||||
a script)
|
||||
|
||||
There is no installation process for bug.n. If you downloaded the repository
|
||||
from [GitHub](https://github.com/fuhsjr00/bug.n/archive/master.zip) as a zip
|
||||
file and unpacked it, you should be able to run either the executbale as it is
|
||||
or the main script (src\Main.ahk) with
|
||||
[AutoHotkey](http://ahkscript.org/download/).
|
||||
You may either
|
||||
[download the stable version of bug.n](https://github.com/fuhsjr00/bug.n/blob/master/bug.n-stable.zip)
|
||||
from the repository, or
|
||||
[download the current development version](https://github.com/fuhsjr00/bug.n/archive/master.zip)
|
||||
as the repository itself. Either way, you will have a `zip` file including an
|
||||
executable (`bug.n*.exe`), the source (`src\*`) and documentation (`doc\*`)
|
||||
files.
|
||||
|
||||
There is no installation process for bug.n. Unpack the `zip` file, and you
|
||||
should be able to run either the executable as it is or the main script
|
||||
(`src\Main.ahk`) with [AutoHotkey](http://ahkscript.org/download/).
|
||||
|
||||
By default bug.n stores the session data (configuration, layout, window states
|
||||
and log) to the user's APPDATA directory, e. g.
|
||||
|
@ -79,13 +83,11 @@ installing and running, customizing and using bug.n and for a list of changes
|
|||
made with the current version, in particular the changes in the user interface
|
||||
(configuration variables and hotkeys).
|
||||
|
||||
|
||||
### License
|
||||
|
||||
bug.n is licensed under the GNU General Public License version 3. Please see
|
||||
the [LICENSE file](./LICENSE.md) for the full license text.
|
||||
|
||||
|
||||
### Credits
|
||||
|
||||
bug.n and its documentation is written by Joshua Fuhs and joten, but some
|
||||
|
|
BIN
bug.n-dev.exe
Normal file
BIN
bug.n-dev.exe
Normal file
Binary file not shown.
BIN
bug.n-stable.zip
Normal file
BIN
bug.n-stable.zip
Normal file
Binary file not shown.
|
@ -20,6 +20,15 @@ hotkeys) for each version of bug.n.
|
|||
run bug.n as Administrator to solve problems with the User Access Control of
|
||||
Microsft Windows higher than Vista.
|
||||
|
||||
##### [Stable version](../bug.n-stable.zip)
|
||||
> The current stable version of bug.n as a package (`.zip` file); it includes
|
||||
the source, a compiled version as one executable and the corresponding
|
||||
documentation for that version.
|
||||
|
||||
##### [Development version](../bug.n-dev.exe)
|
||||
> An executable, which was more or less recently compiled from the source of
|
||||
the current development version of bug.n; please regard the date of the commit.
|
||||
|
||||
#### Usage
|
||||
|
||||
##### [Using bug.n](./Usage.md)
|
||||
|
|
|
@ -6,11 +6,17 @@
|
|||
* [AutoHotkey](http://ahkscript.org/download/) (if running bug.n from source as
|
||||
a script)
|
||||
|
||||
There is no installation process for bug.n. If you downloaded the repository
|
||||
from [GitHub](https://github.com/fuhsjr00/bug.n/archive/master.zip) as a zip
|
||||
file and unpacked it, you should be able to run either the executbale as it is
|
||||
or the main script (src\Main.ahk) with
|
||||
[AutoHotkey](http://ahkscript.org/download/).
|
||||
You may either
|
||||
[download the stable version of bug.n](https://github.com/fuhsjr00/bug.n/blob/master/bug.n-stable.zip)
|
||||
from the repository, or
|
||||
[download the current development version](https://github.com/fuhsjr00/bug.n/archive/master.zip)
|
||||
as the repository itself. Either way, you will have a `zip` file including an
|
||||
executable (`bug.n*.exe`), the source (`src\*`) and documentation (`doc\*`)
|
||||
files.
|
||||
|
||||
There is no installation process for bug.n. Unpack the `zip` file, and you
|
||||
should be able to run either the executable as it is or the main script
|
||||
(`src\Main.ahk`) with [AutoHotkey](http://ahkscript.org/download/).
|
||||
|
||||
You may copy bug.n anywhere you like -- at least if you have write acces
|
||||
there -- e. g. `C:\Program Files\bugn` or link it to the 'Windows Start Menu'
|
||||
|
|
Loading…
Reference in a new issue