Skip to content

blasphemy/yrcd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Stories in Ready yrcd

A Simple ircd in vala.

BUILDING

At the time of writing, yrcd builds on vala 0.16 and up, with both gcc and clang, though I am mainly targetting vala 0.22 and up with gcc. Everything else is just a bonus. Check our travis instance to see what it currently builds on.

Dependencies:

  • vala >= 0.16
  • libgee
  • cmake

mkdir build && cd build && cmake .. && make