Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diath/ipc
Tibia IP Changer (Linux)
https://github.com/diath/ipc
changer cpp ip ip-changer linux opentibia tibia
Last synced: 14 days ago
JSON representation
Tibia IP Changer (Linux)
- Host: GitHub
- URL: https://github.com/diath/ipc
- Owner: diath
- License: mit
- Created: 2016-05-29T22:04:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-15T19:00:02.000Z (over 8 years ago)
- Last Synced: 2024-11-13T03:35:33.775Z (2 months ago)
- Topics: changer, cpp, ip, ip-changer, linux, opentibia, tibia
- Language: C++
- Size: 50.8 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
ipc
====Tibia IP changer for Linux available as a command line tool and a Qt-based GUI.
Building (command line)
========* ``mkdir build``
* ``g++ -std=c++14 -obuild/ipc src/common/common.cpp src/console/ipc.cpp -lX11``Building (GUI)
========* ``qmake``
* ``make``License
=======This project is released under the MIT license. You can find the details in the [license file](LICENSE.md).