Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexforencich/zigbee-terminal
Cross-platform ZigBee terminal
https://github.com/alexforencich/zigbee-terminal
Last synced: 3 months ago
JSON representation
Cross-platform ZigBee terminal
- Host: GitHub
- URL: https://github.com/alexforencich/zigbee-terminal
- Owner: alexforencich
- License: mit
- Created: 2011-12-20T09:31:00.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-05-25T02:56:53.000Z (over 12 years ago)
- Last Synced: 2023-03-11T13:17:12.998Z (almost 2 years ago)
- Language: C++
- Homepage:
- Size: 227 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
Zigbee-terminal (gcc/mingw)
Open source, cross platform terminal for communicating with and configurting Digi XBee modules
GitHub repository:
https://github.com/alexforencich/zigbee-terminalCompiling (Linux)
Requirements
* gtkmm >= 2.28.0
Procedure
1. Install required packages
2. If no configure script present, run bootstrap
$ ./bootstrap
3. Run configure script
$ ./configure
4. Build
$ make
5. Install
$ make install
Compiling (Windows) (mingw)
Requirements
* mingw
* msys
* gtkmm >= 2.22.0Procedure
1. Install MinGW, MSYS, and gtkmm
* Install MinGW and MSYS
* Download from http://sourceforge.net/projects/mingw/files/Installer/mingw-get-inst/
* Install C compiler, C++ compiler, MSYS, and Developer Toolkit
* Add MinGW and MSYS directories to path
(Windows 7) Right click on Computer -> Properties, click Advanced System Settings
(Other) Right cick on Computer -> Properties
(All) On Advanced tab, select Environment Variables
Under user variables, select PATH and click Edit. If PATH does not exist, click New,
enter PATH for name, and omit leading semicolon in next step.
Add ;C:\MinGW\bin;C:\MinGW\msys\1.0\bin to the end of value
Click OK x3
Open a command prompt, type bash and hit enter. You should see: bash-3.1$
* Install gtkmm
* Download from http://ftp.gnome.org/pub/GNOME/binaries/win32/gtkmm/
* Install
* Add ACLOCAL_FLAGS environment variable with the value:
-I /c/gtkmm/share/aclocal2. If no configure script present, run bootstrap
$ ./bootstrap
3. Run configure script
$ ./configure
4. Build
$ make
5. Install
$ make install