Open ffaf1 opened 3 years ago
@ffaf1
I don't get any errors on Debian stable (bullseye).
git clone https://github.com/Secretchronicles/TSC
cd TSC
./install-build-dependencies.sh
./build-tsc.sh
./run-tsc.sh
I am following «Installing from a released tarball» instruction, because I downloaded TSC from a tarball.
In that section there is no mentio of running gem
, just cmake
and make
.
Is there a way to install gems not as sudo? That would be appreciated for people who do not have root access (of if they do, they prefer not to mess with it).
Il 19 agosto 2021 alle 14:19 Lauri Ojansivu ha scritto:
@ffaf1
I don't get any errors on Debian stable (bullseye).
git clone https://github.com/Secretchronicles/TSC cd TSC ./install-build-dependencies.sh ./build-tsc.sh ./run-tsc.sh
-- You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/Secretchronicles/TSC/issues/698#issuecomment-902255400
@ffaf1
Maybe this way?
gem install packagename --user-install
Anyway, installing dependencies with apt requires sudo, so I don't know how useful this would be. There are various .deb/.exe etc packages here https://secretchronicles.org/en/download/ , if that debian package does not work, I could create newer package for Debian bullseye stable.
While there is also some code in repo for building flatpak version, I think it's not published anywhere yet.
Does this help in any way?
I think those deb packages should install TSC menu options for all users on that computer.
With your instructions I managed to build it, thanks.
If your instructions could be incorporated in the INSTALL.md, I am sure many other users will benefit from them.
Il 19 agosto 2021 alle 15:08 Lauri Ojansivu ha scritto:
@ffaf1
Maybe this way?
gem install packagename --user-install
Anyway, installing dependencies with apt requires sudo, so I don't know how useful this would be. There are various .deb/.exe etc packages here https://secretchronicles.org/en/download/ , if that debian package does not work, I could create newer package for Debian bullseye stable.
While there is also some code in repo for building flatpak version, I think it's not published anywhere yet.
Does this help in any way?
-- You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/Secretchronicles/TSC/issues/698#issuecomment-902282774
There are no RubyGems (gem command) required for building TSC itself. Gems are only necessary if you want to build the documentation, which is not built by default.
The problem originally reported looks to me as if we need to (once again) update our included mruby package. I will later look into reproducing the problem, but not in the next few days.
-quintus
Am 19. August 2021 um 15:00 Uhr -0700 schrieb ffaf1:
I am following «Installing from a released tarball» instruction, because I downloaded TSC from a tarball.
In that section there is no mentio of running
gem
, justcmake
andmake
.Is there a way to install gems not as sudo? That would be appreciated for people who do not have root access (of if they do, they prefer not to mess with it).
Il 19 agosto 2021 alle 14:19 Lauri Ojansivu ha scritto:
@ffaf1
I don't get any errors on Debian stable (bullseye).
git clone https://github.com/Secretchronicles/TSC cd TSC ./install-build-dependencies.sh ./build-tsc.sh ./run-tsc.sh
-- You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/Secretchronicles/TSC/issues/698#issuecomment-902255400
-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/Secretchronicles/TSC/issues/698#issuecomment-902278077
-- Dipl.-Jur. M. Gülker | https://mg.guelker.eu | PGP: Siehe Webseite Passau, Deutschland | @.*** | O<
When building TSC-2.1.0 on Debian stable (bullseye), I get this error: