Skip to content

WizardGed/mumble-connect

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro

Mumble-Connect is a simple utility for filling mumble rooms with users.

Dependencies

Mumble-Connect has a minimal set of dependencies mostly contained in any essential build environment:

  • C Compiler
  • Make
  • Automake
  • Autoconf

Building

Building mumble-connect is similar to any other autotools managed project.

git clone git://github.com/wkennington/mumble-connect
cd mumble-connect

autoreconf -vfi
./configure --prefix="<INSTALL DIR>"
make
make install

Running

To print the help text:

mumble-connect -h

About

Mumble-Connect

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 61.8%
  • Makefile 21.6%
  • M4 16.6%