WasIstLos
1.7.0
Linux 용 비공식 WhatsApp 데스크탑 응용 프로그램.
메모
우리는 Flatpak 및 Snap 관리자를 찾고 있습니다. 관심이 있으시면 연락하십시오!

Wasistlos는 GTKMM 및 WebKitGTK 라이브러리의 도움으로 C ++로 작성된 비공식 WhatsApp 데스크탑 응용 프로그램입니다. 자세한 내용은 Wiki를 확인하십시오.
hunspell-en_us응용 프로그램은 여러 Linux 배포판에서 사용할 수 있습니다.
# Create a debug build directory and go into it
mkdir -p build/debug && cd build/debug
# Build the project
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr ../..
make -j4
# Optionally, to update the default translation file
make update-translation
# Run
./wasistlos # Run inside the build directory once the application is built
# You'll probably need administrator privileges for this
make install # Run inside the build directory if you want to uninstall all files
# install_manifest.txt file is created when you run make install
xargs rm < install_manifest.txt # Don't forget to update the version number (0) in debian/changelog before this
# Build the package.
dpkg-buildpackage -uc -us -ui # Build the package. Pass --use-lxd option in a virtual environment
snapcraft # Make sure that the application is installed into the `<Project Root>/AppDir` directory
make install DESTDIR=../../AppDir
# Build the package
appimage-builder --skip-test --recipe ./appimage/AppImageBuilder.yml기고를 읽으십시오.