-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Ubuntu] Could not find directory of OpenSSL installation #21
Comments
Thanks! |
jnnnnn
pushed a commit
to jnnnnn/mubbles
that referenced
this issue
May 25, 2023
Using the latest unpublished Egui. Will update to 0.6 once released. Add github workflows CI Update to Egui 0.6 Update to egui 0.7.0 with switch to eframe as the only dependency Update to eframe / egui 0.8.0 Disable test suite due to weird build issue Attempt to fix the CI Add note about required libraries on Linux Closes emilk/egui#121 Fix small typo Update to eframe / egui 0.9.0 Use basic-http-server instead of requiring python3 Add docs about [patch.crates-io] and a shortcut to use latest master Update to egui/eframe 0.10.0 Update to egui/eframe 0.11.0 Update to egui/eframe 0.12.0 Add serde(default) to TemplateApp Closes emilk/eframe_template#7 Simplify example slightly Document that you need latest stable rust Closes emilk/eframe_template#9 Update to egui/eframe 0.13.0 CI: check with --all-features Fix compilation with persistence feature Add all required dependencies to apt-get install list Closes emilk/eframe_template#17 Add `rustup update` Add PWA files and service worker Add libssl-dev to apt-get install Closes emilk/eframe_template#21 Add egui_template.js to sw.js for PWA Builds on emilk/eframe_template#15 Update to egui 0.14.0 Installation on Fedora Added dependencies, which is needed for Fedora distributive. Dependencies for web setup Remove #[cfg(feature = "persistence")] from around setup Related: emilk/egui#718 (reply in thread) Rename to eframe_template Previously known as egui_template Update eframe and egui to 0.15.0 Correctly determine the target directory when project inside workspace (#28) Add links to egui demo app, egui docs and tutorial video in README.md Add loading animation to web app Add favicon Explain "docs" folder setup_web.sh: don't force-install wasm-bindgen-cli Update to egui/eframe 0.16.0 Add missing fedora packet libxcb-devel See emilk/egui#1018 Improve instructions for how to rename template project Fix typo: binaryena -> binaryen (#45) changed `binaryena` to `binaryen` Add `sw.js` name change instructions in `README.md` (#47) 🔨 Translate `*.sh` into `*.bat` (#46) ... for Microsoft Windows users Use shell best practices in build_web.sh (#49) * Quote all shell variables * Use [[ ]]/$() over [ ]/`` Co-authored-by: Austen Adler <agadler@austenadler.com> Update to egui 0.17.0 Improve PWA Support (#52) Hide console window in release builds on Windows (#53) docs: Add template rename instruction in `main.rs` & removed extra space (#54) 🚨 Fix compilation warning about bin name conflict. (#50) * 🚨 Fix compilation warning about lib/bin name conflict. * 📝 Update `README.md` instructions for binary name. Use proper shebang for all bash scripts: #!/usr/bin/env bash 🐛 Fix path containing spaces in `build_web.bat` (#57) Closes emilk/eframe_template#56 Update to egui 0.18.0 (#58) * WIP: Update to egui 0.18.0 (still unreleased) * Update to eframe/egui 0.18.0 * cargo update Update rust-version to 1.60 Remove duplicate cargo install It's already executed in setup_web.sh. Make it easier to adapt some settings for the web Update readme: add instruction to install jq Change `build_web.sh` option from `--fast` to `--optimize` Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> Disable offline caching during development This makes development easier as always the latest version is used. Run wasm-bindgen on CI (#66) * run wasm-bindgen on CI * Use pinned version of wasm-bindgen-cli * cargo update Make paths in index.html relative (#68) Closes #67 Remove the top-level path (`/`) from all source links in index.html so that the template takes relative paths can work when hosted under a path, e.g. `https://emilk.github.io/eframe_template/` Use Trunk to build and deploy the web app (#69) Spelling fixes after emilk/eframe_template#69 Update to egui/eframe 0.19.0 Update links to eframe in the egui monorepo (#70) Update another eframe link Update README.md to compile on Fedora (#74) Fix typo in README (#76) it ain't much, but it's honest work ;) Update instructions to enable web_sys_unstable_apis when building add rust flags in cargo config for web-sys unstable (#81) Optimize dependencies in debug builds Update to egui/eframe 0.20.0 (#83) * Fix issues with eframe::start_web becoming async * Explain the different eframe feature flags * explain the dummy main function * Update to rust 1.65 * Use `wasm_bindgen_futures::spawn_local` * opt-in to all eframe dependencies * Update egui/eframe to 0.20.0 Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> Fix spelling of default-features in Cargo.toml Fix typo in app.rs
abuteler
added a commit
to abuteler/Timehold
that referenced
this issue
Sep 28, 2023
commit 979870a86be92f805b989d50d46e43789bf7daf1 Author: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> Date: Thu Sep 28 08:55:19 2023 +0200 Update to egui 0.23 and improve the app commit 2080463 Author: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> Date: Mon Sep 4 09:36:55 2023 +0200 Update to rust 1.71 (#106) commit 1887323 Author: Elliott Slaughter <elliottslaughter@gmail.com> Date: Tue Aug 8 12:48:00 2023 -0700 Remove filehash setting from Trunk.toml (#102) By default, Trunk uses infinite caching. Without a file hash, this makes it quite easy for users to see stale copies of an application. The file hash (Trunk's default setting) ensures that users always load the exact hashed version that corresponds to what is currently deployed. commit 2b6b313 Author: Norbert Sebők <seboknorbi@gmail.com> Date: Tue Aug 8 21:46:52 2023 +0200 Added missing `rustup target add` for "web locally" (#101) * Added missing `rustup target add` for web deploy * Added missing `rustup target add` for "web locally" commit 43a7f76 Author: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> Date: Tue May 23 21:06:40 2023 +0200 Switch to env_logger commit 5ff1713 Author: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> Date: Tue May 23 20:38:37 2023 +0200 Update to egui 0.22 commit 4f613f5 Merge: 29d0f92 ed0d4d1 Author: Andreas Reich <r_andreas2@web.de> Date: Fri Feb 10 09:49:54 2023 +0100 Merge pull request #94 from coderedart/build_flags_fix fixes #93 . use target, instead of build section for web unstable apis commit 29d0f92 Author: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> Date: Wed Feb 8 20:36:49 2023 +0100 Update eframe and egui to 0.21.0 commit ed0d4d1 Author: Red Artist <redartofcode@gmail.com> Date: Thu Feb 2 08:58:16 2023 +0530 use target, instead of build section for web unstable apis commit 4d82878 Merge: 5766c72 65d9939 Author: Andreas Reich <r_andreas2@web.de> Date: Sat Dec 17 12:35:00 2022 +0100 Merge pull request #89 from James2022-rgb/feature/fix-typo Fix typo in app.rs commit 65d9939 Author: James0124 <gladiatorrules22@gmail.com> Date: Sat Dec 17 19:31:34 2022 +0900 Fix typo in app.rs commit 5766c72 Merge: 0d7b06b a3f3a92 Author: Andreas Reich <r_andreas2@web.de> Date: Sun Dec 11 10:14:50 2022 +0100 Merge pull request #86 from elliottslaughter/patch-1 Fix spelling of default-features in Cargo.toml commit a3f3a92 Author: Elliott Slaughter <elliottslaughter@gmail.com> Date: Sat Dec 10 11:59:50 2022 -0800 Fix spelling of default-features in Cargo.toml commit 0d7b06b Author: Andreas Reich <r_andreas2@web.de> Date: Thu Dec 8 15:44:35 2022 +0100 Update to egui/eframe 0.20.0 (#83) * Fix issues with eframe::start_web becoming async * Explain the different eframe feature flags * explain the dummy main function * Update to rust 1.65 * Use `wasm_bindgen_futures::spawn_local` * opt-in to all eframe dependencies * Update egui/eframe to 0.20.0 Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> commit 32f4913 Author: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> Date: Mon Nov 7 23:25:27 2022 +0100 Optimize dependencies in debug builds commit 88b788d Author: Red Artist <redartofcode@gmail.com> Date: Mon Nov 7 21:03:06 2022 +0530 add rust flags in cargo config for web-sys unstable (#81) commit a02f5f6 Author: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> Date: Mon Nov 7 13:57:32 2022 +0100 Update instructions to enable web_sys_unstable_apis when building commit 4367426 Author: Markus Krause <Krause.Markus@gmx.com> Date: Mon Oct 24 08:34:25 2022 +0200 Fix typo in README (#76) it ain't much, but it's honest work ;) commit 692d986 Author: xosxos <44613540+xosxos@users.noreply.github.com> Date: Fri Sep 16 00:07:14 2022 +0300 Update README.md to compile on Fedora (#74) commit 3fb74d7 Author: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> Date: Mon Aug 22 09:35:27 2022 +0200 Update another eframe link commit f50f3e6 Author: Liam Bigelow <40188355+bglw@users.noreply.github.com> Date: Mon Aug 22 19:34:21 2022 +1200 Update links to eframe in the egui monorepo (#70) commit 88e0b19 Author: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> Date: Sat Aug 20 17:08:00 2022 +0200 Update to egui/eframe 0.19.0 commit 08b025b Author: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> Date: Fri Aug 19 17:41:46 2022 +0200 Spelling fixes after emilk/eframe_template#69 commit d12c19d Author: Red Artist <redartofcode@gmail.com> Date: Fri Aug 19 21:03:23 2022 +0530 Use Trunk to build and deploy the web app (#69) commit e1e4fb8 Author: Tim Hopp <57064437+hoptimized@users.noreply.github.com> Date: Tue Aug 2 17:23:59 2022 +0200 Make paths in index.html relative (#68) Closes #67 Remove the top-level path (`/`) from all source links in index.html so that the template takes relative paths can work when hosted under a path, e.g. `https://emilk.github.io/eframe_template/` commit be77c2a Author: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> Date: Tue Aug 2 09:56:33 2022 +0200 Run wasm-bindgen on CI (#66) * run wasm-bindgen on CI * Use pinned version of wasm-bindgen-cli * cargo update commit 3649d34 Author: Alex Kazik <alex@kazik.de> Date: Thu Jul 7 19:09:31 2022 +0200 Disable offline caching during development This makes development easier as always the latest version is used. commit 1ea0172 Author: Alex Kazik <alex@kazik.de> Date: Thu Jul 7 19:02:12 2022 +0200 Change `build_web.sh` option from `--fast` to `--optimize` Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> commit c5a56f2 Author: Alex Kazik <alex@kazik.de> Date: Thu Jul 7 18:59:20 2022 +0200 Update readme: add instruction to install jq commit 843f250 Author: Alex Kazik <alex@kazik.de> Date: Thu Jul 7 18:56:16 2022 +0200 Make it easier to adapt some settings for the web commit eed822c Author: Alex Kazik <alex@kazik.de> Date: Thu Jul 7 18:55:29 2022 +0200 Remove duplicate cargo install It's already executed in setup_web.sh. commit 9ff2854 Author: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> Date: Sat Apr 30 20:51:28 2022 +0200 Update rust-version to 1.60 commit d44c4f5 Author: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> Date: Sat Apr 30 20:49:45 2022 +0200 Update to egui 0.18.0 (#58) * WIP: Update to egui 0.18.0 (still unreleased) * Update to eframe/egui 0.18.0 * cargo update commit 341c9b0 Author: Thomas Ramirez <Jimskapt@users.noreply.github.com> Date: Sat Apr 30 11:01:23 2022 +0200 🐛 Fix path containing spaces in `build_web.bat` (#57) Closes emilk/eframe_template#56 commit c6b9775 Author: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> Date: Thu Apr 7 17:36:37 2022 +0200 Use proper shebang for all bash scripts: #!/usr/bin/env bash commit ed07d0a Author: Thomas Ramirez <Jimskapt@users.noreply.github.com> Date: Sun Apr 3 21:09:13 2022 +0200 🚨 Fix compilation warning about bin name conflict. (#50) * 🚨 Fix compilation warning about lib/bin name conflict. * 📝 Update `README.md` instructions for binary name. commit bdc11d8 Author: MrTanoshii <47116127+MrTanoshii@users.noreply.github.com> Date: Tue Mar 29 02:33:52 2022 +0400 docs: Add template rename instruction in `main.rs` & removed extra space (#54) commit 86fe7b7 Author: NHodgesVFX <NhodgesVFX@gmail.com> Date: Tue Mar 22 03:31:14 2022 -0400 Hide console window in release builds on Windows (#53) commit 5729bc0 Author: NHodgesVFX <nate897e@gmail.com> Date: Sat Mar 19 08:17:18 2022 -0400 Improve PWA Support (#52) commit a259f25 Author: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> Date: Tue Feb 22 19:40:33 2022 +0100 Update to egui 0.17.0 commit 8f5247e Author: austenadler <s5jitqluypqitf23ayssjtggxmafl4ti@fastmail.com> Date: Wed Feb 9 14:46:49 2022 +0000 Use shell best practices in build_web.sh (#49) * Quote all shell variables * Use [[ ]]/$() over [ ]/`` Co-authored-by: Austen Adler <agadler@austenadler.com> commit e5e8723 Author: Thomas Ramirez <Jimskapt@users.noreply.github.com> Date: Mon Feb 7 10:38:20 2022 +0100 🔨 Translate `*.sh` into `*.bat` (#46) ... for Microsoft Windows users commit f1d272b Author: Thomas Ramirez <Jimskapt@users.noreply.github.com> Date: Mon Feb 7 10:37:15 2022 +0100 Add `sw.js` name change instructions in `README.md` (#47) commit 44aec52 Author: Ashwin Vinod <ashwinvinodsa@gmail.com> Date: Mon Jan 31 19:31:29 2022 +0530 Fix typo: binaryena -> binaryen (#45) changed `binaryena` to `binaryen` commit 7e970d9 Author: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> Date: Wed Jan 19 13:22:51 2022 +0100 Improve instructions for how to rename template project commit abf1329 Author: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> Date: Thu Dec 30 21:51:40 2021 +0100 Add missing fedora packet libxcb-devel See emilk/egui#1018 commit 797a3f5 Author: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> Date: Wed Dec 29 12:28:52 2021 +0100 Update to egui/eframe 0.16.0 commit 71211e0 Author: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> Date: Tue Dec 28 21:29:52 2021 +0100 setup_web.sh: don't force-install wasm-bindgen-cli commit d8b2763 Author: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> Date: Tue Dec 28 21:29:36 2021 +0100 Explain "docs" folder commit f5c3516 Author: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> Date: Tue Dec 28 21:29:26 2021 +0100 Add favicon commit 59a5eb2 Author: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> Date: Tue Dec 28 21:29:15 2021 +0100 Add loading animation to web app commit 4b9a355 Author: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> Date: Tue Dec 28 21:27:26 2021 +0100 Add links to egui demo app, egui docs and tutorial video in README.md commit df6f961 Author: Mingun <Alexander_Sergey@mail.ru> Date: Wed Dec 29 00:48:11 2021 +0500 Correctly determine the target directory when project inside workspace (#28) commit 3bef7af Author: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> Date: Sun Oct 24 16:23:10 2021 +0200 Update eframe and egui to 0.15.0 commit 77626b9 Author: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> Date: Mon Oct 18 20:17:48 2021 +0200 Rename to eframe_template Previously known as egui_template commit 100b9ee Author: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> Date: Tue Sep 14 12:34:59 2021 +0200 Remove #[cfg(feature = "persistence")] from around setup Related: emilk/egui#718 (reply in thread) commit f55dfd2 Merge: ba5e6d7 144f0c6 Author: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> Date: Thu Sep 2 21:24:42 2021 +0200 Merge pull request #24 from DanInSpace104/patch-1 Document dependencies for Fedora Rawhide commit 144f0c6 Author: DanInSpace104 <39777812+DanInSpace104@users.noreply.github.com> Date: Tue Aug 31 17:19:35 2021 +0500 Dependencies for web setup commit fb48b4b Author: DanInSpace104 <39777812+DanInSpace104@users.noreply.github.com> Date: Tue Aug 31 17:08:23 2021 +0500 Installation on Fedora Added dependencies, which is needed for Fedora distributive. commit ba5e6d7 Author: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> Date: Tue Aug 24 17:07:43 2021 +0200 Update to egui 0.14.0 commit 6a6611d Author: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> Date: Mon Aug 23 22:32:44 2021 +0200 Add egui_template.js to sw.js for PWA Builds on emilk/eframe_template#15 commit d38861e Author: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> Date: Fri Aug 20 14:37:33 2021 +0200 Add libssl-dev to apt-get install Closes emilk/eframe_template#21 commit 0860f9f Merge: 83a2dae da4fe81 Author: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> Date: Sun Aug 15 14:37:30 2021 +0200 Merge pull request #15 from mankinskin/progressive-web-app Progressive Web App Support commit da4fe81 Author: Linus Behrbohm <linusbehrbohm@web.de> Date: Fri Jul 9 23:12:48 2021 +0200 Add PWA files and service worker commit 83a2dae Merge: c73f7e2 71afb6a Author: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> Date: Thu Jul 29 23:11:34 2021 +0200 Merge pull request #10 from imaitland/imaitland-patch-1 Add `rustup update` commit c73f7e2 Author: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> Date: Thu Jul 29 23:10:18 2021 +0200 Add all required dependencies to apt-get install list Closes emilk/eframe_template#17 commit 78cca3a Merge: 206078a 9766a9a Author: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> Date: Thu Jul 29 23:08:22 2021 +0200 Merge pull request #20 from emilk/fix-for-0.13 Fix compilation with the persistence feature commit 9766a9a Author: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> Date: Thu Jul 29 23:04:59 2021 +0200 Fix compilation with persistence feature commit 42ec177 Author: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> Date: Thu Jul 29 22:59:12 2021 +0200 CI: check with --all-features commit 206078a Author: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> Date: Thu Jun 24 20:11:30 2021 +0200 Update to egui/eframe 0.13.0 commit 71afb6a Author: iain maitland <github@iainmaitland.com> Date: Wed Jun 16 09:54:57 2021 -0400 Add `rustup update` commit 573d7c4 Author: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> Date: Sat Jun 12 21:32:44 2021 +0200 Document that you need latest stable rust Closes emilk/eframe_template#9 commit 443454b Author: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> Date: Sat May 15 09:29:05 2021 +0200 Simplify example slightly commit c1aa867 Author: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> Date: Sat May 15 09:27:46 2021 +0200 Add serde(default) to TemplateApp Closes emilk/eframe_template#7 commit 7108cca Author: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> Date: Mon May 10 18:40:49 2021 +0200 Update to egui/eframe 0.12.0 commit 341c11b Author: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> Date: Mon Apr 5 15:04:22 2021 +0200 Update to egui/eframe 0.11.0 commit 96a7f26 Author: Emil Ernerfeldt <emilernerfeldt@gmail.com> Date: Sun Feb 28 20:18:19 2021 +0100 Update to egui/eframe 0.10.0 commit 20d399c Author: Emil Ernerfeldt <emilernerfeldt@gmail.com> Date: Sun Feb 21 12:58:48 2021 +0100 Add docs about [patch.crates-io] and a shortcut to use latest master commit c44a133 Author: Emil Ernerfeldt <emilernerfeldt@gmail.com> Date: Sun Feb 21 12:57:34 2021 +0100 Use basic-http-server instead of requiring python3 commit 962d81d Author: Emil Ernerfeldt <emilernerfeldt@gmail.com> Date: Sun Feb 7 17:16:37 2021 +0100 Update to eframe / egui 0.9.0 commit 26e1bb1 Merge: 572d39e 0249771 Author: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> Date: Wed Feb 3 20:05:15 2021 +0100 Merge pull request #3 from woelper/master Fix small typo commit 0249771 Author: Johann Woelper <woelper@gmail.com> Date: Wed Feb 3 09:46:08 2021 +0100 Fix small typo commit 572d39e Author: Emil Ernerfeldt <emilernerfeldt@gmail.com> Date: Wed Jan 20 17:28:51 2021 +0100 Add note about required libraries on Linux Closes emilk/egui#121 commit faebeab Author: Emil Ernerfeldt <emilernerfeldt@gmail.com> Date: Wed Jan 20 17:13:35 2021 +0100 Attempt to fix the CI commit c4cf163 Author: Emil Ernerfeldt <emilernerfeldt@gmail.com> Date: Sun Jan 17 22:17:24 2021 +0100 Disable test suite due to weird build issue commit a4db349 Author: Emil Ernerfeldt <emilernerfeldt@gmail.com> Date: Sun Jan 17 15:36:33 2021 +0100 Update to eframe / egui 0.8.0 commit 0492545 Author: Emil Ernerfeldt <emilernerfeldt@gmail.com> Date: Mon Jan 4 16:10:12 2021 +0100 Update to egui 0.7.0 with switch to eframe as the only dependency commit e0cfa81 Author: Emil Ernerfeldt <emilernerfeldt@gmail.com> Date: Sat Dec 26 22:55:33 2020 +0100 Update to Egui 0.6 commit fee20e6 Author: Emil Ernerfeldt <emilernerfeldt@gmail.com> Date: Sat Dec 26 19:30:40 2020 +0100 Add github workflows CI commit 8d86ae1 Author: Emil Ernerfeldt <emilernerfeldt@gmail.com> Date: Sat Dec 19 21:52:39 2020 +0100 Initial commit Using the latest unpublished Egui. Will update to 0.6 once released.
Hasenfellvy
added a commit
to Hasenfellvy/eframe_template
that referenced
this issue
Aug 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running
./setup_web.sh
produces the following error:Adding
libssl-dev
to the list of required packages on Linux, in README.md, could be useful to avoid this error.The text was updated successfully, but these errors were encountered: