From 99e2e923d0c77b02f3fb4ff648ea916954868606 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Fri, 28 Feb 2025 23:13:39 +0800 Subject: chore(store): move everything to store. --- store/works/teapot/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 store/works/teapot/README.md (limited to 'store/works/teapot/README.md') diff --git a/store/works/teapot/README.md b/store/works/teapot/README.md new file mode 100644 index 0000000..caf2eaf --- /dev/null +++ b/store/works/teapot/README.md @@ -0,0 +1,10 @@ +From https://github.com/qt/qtquick3d/tree/dev/examples/quick3d/view3d + +This package only works on Ubuntu 22.04 because it relies on the system qt6 libs. At least I only test this platform. Other platforms might also work if the lib linkage is right. However, another way is to bundle all dependencies into the deb, which looks like most apps would do. But I'm new to deb package system and I'm in a hurry with no time to do more research. + +In a word, + +1. Make sure you are on Ubuntu 22.04. +2. Download `package.deb` from ci. +3. Run `sudo apt-get install package.deb` (NOT `dpkg`), and apt will take care of dependencies for you. +4. Run `crupest-teapot` and enjoy yourself! -- cgit v1.2.3