Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 987 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 987 Bytes

Store-page: Local-page: Details-page: Store-list-page:

Explain

Refer to gnome-software interface, write a simple and portable software management interface.You can view and download the software provided by the App Store, and manage existing local applications.At present, the application store server is not ready for open source, so it can only use the local application management function.

/etc/soft-app-store/appstore-server.ini

Setting up the server IP address and port number, we can only use the unique address we provide at present.

Code reference

https://github.com/GNOME/gnome-software/

Compile

meson build -Dprefix=/usr
ninja -C build
sudo ninja -C build install