นำเสนอเว็บไคลเอ็นต์ WhatsApp ที่หลากหลายซึ่งใช้ Qt WebEngine สำหรับ Linux Desktop
มาพร้อมกับการรองรับ CLI ทั่วไป พร้อมตัวเลือกมากมายที่ให้คุณโต้ตอบกับอินสแตนซ์ Whatsie ที่ทำงานอยู่แล้ว
เรียกใช้: whatsie -h
เพื่อดูตัวเลือกที่รองรับทั้งหมด
Usage: whatsie [options]
Feature rich WhatsApp web client based on Qt WebEngine
Options:
-h, --help Displays help on commandline options
-v, --version Displays version information.
-b, --build-info Shows detailed current build infomation
-w, --show-window Show main window of running instance of WhatSie
-s, --open-settings Opens Settings dialog in a running instance of WhatSie
-l, --lock-app Locks a running instance of WhatSie
-i, --open-about Opens About dialog in a running instance of WhatSie
-t, --toggle-theme Toggle between dark & light theme in a running instance
of WhatSie
-r, --reload-app Reload the app in a running instance of WhatSie
-n, --new-chat Open new chat prompt in a running instance of WhatSie
ซอร์สโค้ดสามารถสร้างขึ้นได้โดยใช้ขั้นตอนการพัฒนาแอปพลิเคชัน Qt ปกติ Whatsie Project ใช้ระบบสร้าง QMake ของ Qt ซึ่งช่วยให้กระบวนการสร้างง่ายขึ้น หากต้องการสร้าง Whatsie ภายในระบบของคุณ ให้ทำตามขั้นตอนด้านล่าง
ซอร์สโค้ด โคลน
git clone https://github.com/keshavbhatt/whatsie.git
เข้าสู่ไดเร็กทอรีต้นทาง
cd whatsie/src
เรียกใช้ qmake
qmake
รัน make (พร้อมอ็อพชันทางเลือก -j ที่ระบุงานหรือคำสั่งให้รันพร้อมกันขณะสร้าง)
make -j4
เรียกใช้ whatsie executable ที่สร้างขึ้น (หาก build เสร็จสิ้นโดยไม่มีข้อผิดพลาด)
./whatsie
รัน make install หากคุณต้องการติดตั้ง (หากบิลด์เสร็จสิ้นโดยไม่มีข้อผิดพลาด)
sudo make install
snap install whatsie
การใช้ Arch User Repository (AUR) แพ็คเกจ AUR สำหรับ Whatsie ได้รับการดูแลโดย M0Rf30
yay -S whatsie-git