WasIstLos
1.7.0
แอปพลิเคชันเดสก์ท็อป WhatsApp อย่างไม่เป็นทางการสำหรับ Linux
บันทึก
เรากำลังมองหาผู้ดูแลระบบ Flatpak และ Snap กรุณาติดต่อถ้าคุณสนใจ!

Wasistlos เป็นแอปพลิเคชั่นเดสก์ท็อป WhatsApp ที่ไม่เป็นทางการที่เขียนใน C ++ ด้วยความช่วยเหลือของไลบรารี GTKMM และ WebKitgtk ตรวจสอบ 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โปรดอ่านการมีส่วนร่วม