XMemo is an alternative to IPMsg (for Windows only) and claims to interoperate with IPMSg protocol. xmemo가의 대안으로 ipmsg (창에 한함)을 주장하는 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 . / 구성
make 만들다
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. 많은 검색 후 두 번 더 생각하면서 나는 도서관 소스를 설치할 필요가 작동하게 해합니다.

The yum commands for them are as follows: 그들은 다음과 같이 명령을 the 최고의 맛 :

yum install libXt-devel 최고의 맛을 설치 libxt - devel
yum install libXaw-devel 최고의 맛을 설치 libxaw - devel

After that follow the procedure: ./configure && make && 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. 나는 더 나은 대안을 찾고있습니다.