GithubHelp home page GithubHelp logo

Remove outdated binaries about appimagekit HOT 7 OPEN

appimage avatar appimage commented on August 22, 2024
Remove outdated binaries

from appimagekit.

Comments (7)

probonopd avatar probonopd commented on August 22, 2024

I think appimaged was using cmginfo - I'd like to resurrect it since people keep asking for it.

from appimagekit.

probonopd avatar probonopd commented on August 22, 2024

Don't delete these just yet.

from appimagekit.

probonopd avatar probonopd commented on August 22, 2024

The source for cmginfo is in https://github.com/probonopd/klik/tree/master/trunk/client/trunk/libCmgUtl. Can you get it to compile?

from appimagekit.

shoogle avatar shoogle commented on August 22, 2024

To get it to compile (I'm on Ubuntu 16.04) I added AC_PROG_CXX on a new line between lines 6 and 7 in configure.in, then installed these packages before running cd .. && make cmginfo:

automake
autoconf
libtool
libattr1-dev

I didn't use a clean build system so you might need to install some more packages.

from appimagekit.

probonopd avatar probonopd commented on August 22, 2024
# Works on Ubuntu 16.04:
wget https://github.com/probonopd/klik/archive/master.zip
unzip master.zip
cd ./klik-master/trunk/client/trunk/libCmgUtl/
sudo apt-get -y install automake autoconf libtool libattr1-dev
./autogen.sh
./configure
make
sudo make install

from appimagekit.

TheAssassin avatar TheAssassin commented on August 22, 2024

Is this really old issue still relevant?

from appimagekit.

probonopd avatar probonopd commented on August 22, 2024

Well, currently we are using libarchive for inspecting and extracting ISO6990 type-1 AppImages in appimaged, but if we could resurrect the (very!) old code from #37 (comment) then we could get rid of this problematic dependency, which would be an advantage.

from appimagekit.

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.