Giter Club home page Giter Club logo

fuseiso3's People

Contributors

jwilk avatar kuenishi avatar sunweaver avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

multimediamike

fuseiso3's Issues

Build system needs to check for a few more libraries

The configure.ac script needs to check for zlib as well as glib2. (On Ubuntu, this is apt install zlib1g-dev libglib2.0-dev.) I discovered this thanks to working on this repo using a relatively fresh Ubuntu installation.

I will be preparing a PR to address this.

Source control repo contains intermediate build files

First, thanks for the efforts to get a more up to date version of this program!

It looks like this repo was populated from an old source code distribution that was ready to build. As such, it includes some extra build files that don't belong under source control.

I recommend removing these files (git rm):

  • aclocal.m4
  • configure

At the same time, those files alone with compile and config.h should be added to .gitignore so that git won't try to operate on them.

I also recommend adding an autogen.sh file that contains the build steps for setting up the environment. This is as simple as:

aclocal && autoconf && automake --add-missing

And also write it up in the README.

I'm preparing a PR with all of this.

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.