XMemo is an alternative to IPMsg (for Windows only) and claims to interoperate with IPMSg protocol. xmemoの代わりにIPMsgのは( Windowsのみ)と主張しIPMsgの相互運用性プロトコルです。 In short a quick messaging tool for intranet use.端的にイントラネットを素早くメッセージングツールを使用します。

The standard procedure, which doesn’t work out of the box, to install it is to標準的な手順は、これは機能しませんボックスをオンにする、をインストールすることがで download the tar.gzダウンロードするにするtar.gz file, uncompress it to a folder and execute the following:ファイル、フォルダを解凍し、それを実行すると以下の通りです:
./configure 。 / configureの
make作る
make install make installを

However that didn’t work.しかしされなかった作品です。 configure went fine but make failed.しかし、構成は罰金に失敗しました。 After much searching I figured that I need to install two more library source to make it work.検索した後くらい私2つの模様が私の他のライブラリのソースをインストールする必要が作品を作ることです。

The yum commands for them are as follows:かれらのなyumコマンドは以下の通りです:

yum install libXt-devel Yumのインストールlibxt -開発
yum install libXaw-devel Yumのインストールlibxaw -開発

After that follow the procedure: ./configure && make && make install以下の手順にした後は: 。 / configureの& & & & make installをする
You are done!これで完了です!

Run it as:実行することがあります:
xmemo & xmemo &

PS. psのです。 I am not too happy about the UI.私はあまりにも幸せについては、 UIのです。 I am looking for better alternatives.私はより良い代替品を探しています。