Giter Site home page Giter Site logo

Add build instructions about svgren HOT 8 CLOSED

RazrFalcon avatar RazrFalcon commented on July 30, 2024
Add build instructions

from svgren.

Comments (8)

RazrFalcon avatar RazrFalcon commented on July 30, 2024 1

I see. Thanks.

I'm not interested in a gentoo pkg, because I only wanted to try it out.

When I'll have time I'll try to build it from scratch and if everything would be ok will post a script/instruction.

from svgren.

igagis avatar igagis commented on July 30, 2024

@RazrFalcon Which linux distribution are you using?

from svgren.

RazrFalcon avatar RazrFalcon commented on July 30, 2024

Gentoo.

from svgren.

igagis avatar igagis commented on July 30, 2024

I have added some hints in wiki, please check https://github.com/igagis/svgren/blob/master/wiki/MainPage.md page. It is quite short, so if you have more questions or unclarities, please ask.

from svgren.

igagis avatar igagis commented on July 30, 2024

Also, since you are using non-debian based distro, you will have to install the dependencies somehow manually, or put them in some directory and provide header/library search paths to make:

make CXXFLAGS="-IyourDependencyDir" LDFLAGS="-LyourLibsDir"

should work.

from svgren.

RazrFalcon avatar RazrFalcon commented on July 30, 2024

Yes. The problem is that most of this dependencies are your own projects. So I can't install them. I have to build them by myself.

What I want is a step-by-step build guide. Like a bash script, which will download and build all your dependencies.

from svgren.

igagis avatar igagis commented on July 30, 2024

Yes, many dependencies are my own projects, all of them are here on github. So, yes, building those by yourself is needed in your case. The same approach works for all of those projects, just check prerequisites in debian/control.in and then build those. I have just though that instead of putting them to some directory and providing paths to that you can just use sudo make install, it will copy all the stuff to /usr/local/ and if needed you can uninstall those later using sudo make uninstall.

The build system I use is called prorab (my project) and it is just a single prorab.mk file which is included in all of the makefiles. You can install it in the same way, using sudo make install. Also I use some CI scripts (myci project) and some additional templates for doxygen and pkg-config (prorab-extra project).

Sorry, I don't have plans to write and support a bash script which will download all the dependedncies and build those. Alternatively, I can offer you to volunteer and create a Gentoo packages for all those libs, so that those can be installed in Gentoo in a native way.

from svgren.

igagis avatar igagis commented on July 30, 2024

It's been 3 years now, no much interest in this issue has shown up, so, closing.

from svgren.

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.