Giter Club home page Giter Club logo

Comments (1)

null-dev avatar null-dev commented on May 30, 2024

Hey! A fellow Arch user!

So the reason that the build is failing is because you didn't clone the git submodules. This project is quite complex so it's git repo actually contains a bunch of nested git repos inside of it.

I've never made an AUR package myself so I have no clue how to get a repo with submodules working but there's some tips here apparently: https://wiki.archlinux.org/index.php/VCS_package_guidelines#Git_Submodules

Some more tips that might be helpful:

  • Building the project should just be a matter of running: scripts/build.sh --linux
  • The build script will spit out four relevant binaries once complete:
    • A server JAR. Users can run this binary to start the server. Once the server is started, users can use the program via the web UI located at: http://localhost:4567
    • A .tar.gz file, an AppImage file and a .pacman file. These three files all contain the same set of binaries, just packaged differently. You should only install one of these three files on the system. Each of these three files contain both the server JAR and a bootstrapper. The bootstrapper is an Electron app that deals with automatically launching the server and opening the web UI.
    • The server JAR will be located in this folder when the build is complete: TachiServer/build/libs/. It will have TachiServer-allin it's name.
    • The three other files will be located in this folder when the build is complete: bootui/tachiweb-bootstrap/dist

Thanks for your effort in bringing this into the AUR and don't hesitate to ask if you need more help!

from tachiweb-server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.