Home
Name Modified Size InfoDownloads / Week
CodeBeagle.1.3.6.7z 2021-02-07 12.5 MB
CHANGES 2020-12-05 5.2 kB
CodeBeagle.1.3.5.7z 2020-12-05 12.5 MB
CodeBeagle.1.3.4.7z 2020-12-04 12.5 MB
CodeBeagle.1.3.3.7z 2020-11-16 12.5 MB
CodeBeagle.1.3.2.7z 2020-09-10 12.5 MB
README 2020-04-11 1.3 kB
CodeBeagle.1.3.0.7z 2020-04-11 12.4 MB
CodeBeagle.1.2.12.7z 2018-08-22 9.8 MB
CodeBeagle.1.2.11.7z 2018-07-26 9.8 MB
CodeBeagle.1.2.10.7z 2018-06-15 9.5 MB
CodeBeagle.1.2.9.7z 2018-06-04 9.5 MB
CodeBeagle.1.2.8.7z 2018-05-31 9.5 MB
CodeBeagle.1.2.7.7z 2018-04-20 9.7 MB
CodeBeagle.1.2.6.7z 2018-04-12 9.7 MB
CodeBeagle.1.2.5.7z 2018-03-14 9.7 MB
CodeBeagle.1.2.3.7z 2017-05-25 9.6 MB
CodeBeagle.1.2.2.zip 2014-05-24 10.0 MB
CodeBeagle.1.2.2.7z 2014-05-24 7.1 MB
CodeBeagle.1.2.1.zip 2013-07-20 9.7 MB
CodeBeagle.1.2.1.7z 2013-07-20 7.0 MB
CodeBeagle.1.2.0.zip 2013-03-30 9.7 MB
CodeBeagle.1.2.0.7z 2013-03-30 7.0 MB
CodeBeagle.1.1.4.zip 2012-11-18 9.3 MB
CodeBeagle.1.1.4.7z 2012-11-18 6.9 MB
CodeBeagle.1.1.3.zip 2012-09-07 9.4 MB
CodeBeagle.1.1.3.7z 2012-09-07 6.9 MB
CodeBeagle.1.1.2.zip 2012-07-01 9.4 MB
CodeBeagle.1.1.2.7z 2012-07-01 6.9 MB
CodeBeagle.1.0.24.7z 2012-01-05 6.6 MB
Totals: 30 Items   267.0 MB 0
Binary distribution
===================

There is no installation as such. Just unzip to a location you like and launch "CodeBeagle.exe" to start up the UI. If CodeBeagle fails to launch your system probably misses the correct Microsoft Visual C++ runtime. To fix this download and install the "Microsoft Visual C++ 2015 Redistributable Package (x64)" from Microsoft:
https://www.microsoft.com/en-us/download/details.aspx?id=48145

Running from source
===================

The latest version is available from "git://git.code.sf.net/p/codebeagle/code".
First the prerequisites (that's what I used to build the binary distribution):
- Python 3.8.2 (www.python.org)
- PyQt GPL v5.14.2 (install with "pip install pyqt5")
- cx_Freeze (install with "pip install cx_freeze"):
    Only needed if you want convert the python scripts into executables

Python is assumed to be installed in "C:\Program Files\Python38". Compile the user interface and resource files by calling "build.bat". The user interface is launched via "CodeBeagle.pyw". The script to update the index is called "UpdateIndex.py".
To build the executables call "buildexe.bat" which calls "build.bat" itself. To be able to compile the dark theme style sheet you need the sass compiler in your path.

Have fun
Oliver
Source: README, updated 2020-04-11