Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jirihnidek/tutorial-c-verse-client-simple
Tutorial of simple Verse client implemented in C
https://github.com/jirihnidek/tutorial-c-verse-client-simple
Last synced: about 8 hours ago
JSON representation
Tutorial of simple Verse client implemented in C
- Host: GitHub
- URL: https://github.com/jirihnidek/tutorial-c-verse-client-simple
- Owner: jirihnidek
- License: bsd-2-clause
- Created: 2013-12-08T09:00:00.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-08T21:52:45.000Z (almost 11 years ago)
- Last Synced: 2023-04-01T02:16:47.470Z (over 1 year ago)
- Language: C
- Size: 121 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Tutorial - Simple Verse Client
==============================This repository includes files for tutorial of simple Verse client
implemented in C language. Complete tutorial could be found
at verse viki:* https://github.com/verse/verse/wiki/Tutorial-Simple-C-Verse-Client
Each step of tutorial has own tag (v0.1, v0.2, v0.3, v0.4, v0.5). You
can list all tags with:git tag -l
You can checkout each step of tutorial with e.g.:
git checkout tags/v0.1
To compile source file you have open new terminal and type:
mkdir ../build
cd ../build
cmake $OLDPWD
makeTo run *verse_client* you have to have running *verse_server*.
Enjoy!