开源软件名称(OpenSource Name):eneshecan/whatsapp-for-linux开源软件地址(OpenSource Url):https://github.com/eneshecan/whatsapp-for-linux开源编程语言(OpenSource Language):C++ 95.0%开源软件介绍(OpenSource Introduction):WhatsApp for LinuxAn unofficial WhatsApp desktop application written in C++. Features
Using whatsapp-for-linuxCheck out releases for available packages. Dependencies
Build & RunDevelopment# 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
# Run
./whatsapp-for-linux Local installation# Run inside the build directory once the application is built
# You'll probably need administrator privileges for this
make install PackagingSet Debian# Build the package
dpkg-buildpackage -uc -us -ui Snap# Build the package. Pass --use-lxd option in a virtual environment
snapcraft AppImage# 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 ContributingPlease read contributing. Code Contributors |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论