ethanpailes / iptux

A software for sharing in LAN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Table of Contents generated with DocToc

iptux: 飞鸽传书 GNU/Linux 版

Build Status GitHub version

Install

Linux (Debian and Ubuntu)

sudo apt-get install iptux

Mac OS X

stable version:

brew install https://raw.githubusercontent.com/iptux-src/iptux/master/homebrew/iptux.rb

head version:

brew install --HEAD https://raw.githubusercontent.com/iptux-src/iptux/master/homebrew/iptux.rb

Build from source

Linux (Debian and Ubuntu)

sudo apt-get install git libgtk-3-dev libglib2.0-dev libgstreamer1.0-dev libjsoncpp-dev g++ make cmake
git clone git://github.com/iptux-src/iptux.git
cd iptux
mkdir build && cd build && cmake .. && make
sudo make install
iptux

Mac OS X

brew install gettext gtk+3 cmake jsoncpp gstreamer
git clone git://github.com/iptux-src/iptux.git
cd iptux
mkdir build && cd build && cmake .. && make
sudo make install
iptux

Usage

  • adjust firewall to allow use the TCP/UDP 2425 port.
  • then run iptux.

Compatible list

check https://github.com/iptux-src/iptux/wiki/Compatible-List

Contributing

You can help improve translation, test the compatibility, fix bugs.

How to update po/iptux.pot

xgettext \
  --output=po/iptux.pot \
  --files-from=po/POTFILES.in \
  --language=C++ \
  --keyword=_ \
  --from-code=utf-8 \
  --package-name=iptux \
  --msgid-bugs-address=https://github.com/iptux-src/iptux/issues/new \
  --package-version=0.7.3

About

A software for sharing in LAN

License:GNU General Public License v2.0


Languages

Language:C++ 97.7%Language:C 1.3%Language:CMake 0.8%Language:Ruby 0.1%Language:Shell 0.0%