GithubHelp home page GithubHelp logo

Ubuntu? about maim HOT 6 CLOSED

naelstrof avatar naelstrof commented on July 28, 2024
Ubuntu?

from maim.

Comments (6)

naelstrof avatar naelstrof commented on July 28, 2024

After making sure the dependencies are installed (Listed as compiler flags in the makefile as -lx11 -lxrandr etc).
Run make && sudo make install to install it on any system.

from maim.

yazinsai avatar yazinsai commented on July 28, 2024

Thanks! Would be great to update the README to mention the dependencies.
Also, Installation is usually at the top (i almost thought installation instructions weren't included) .. would you like me to send in PR?

from maim.

naelstrof avatar naelstrof commented on July 28, 2024

Sure go ahead if you want. I'll do it if you don't want to.

On Fri, Oct 17, 2014 at 11:49 AM, Yazin [email protected] wrote:

Thanks! Would be great to update the README to mention the dependencies.
Also, Installation is usually at the top (i almost thought installation
instructions weren't included) .. would you like me to send in PR?


Reply to this email directly or view it on GitHub
#11 (comment).

from maim.

yazinsai avatar yazinsai commented on July 28, 2024

Tried installing the dependencies, but now I get:

➜  make && sudo make install            
g++  -O2 -g   -c -o main.o main.cpp
main.cpp: In function ‘int main(int, char**)’:
main.cpp:190:100: warning: embedded ‘\0in format [-Wformat-contains-nul]
         sprintf( temp, "%ix%i+%i+%i\0", options.w_arg, options.h_arg, options.x_arg, options.y_arg );
                                                                                                    ^
g++  -O2 -g   -c -o x.o x.cpp
cc    -c -o cmdline.o cmdline.c
g++  -O2 -g   -c -o im.o im.cpp
g++ main.o x.o cmdline.o im.o -o maim -lImlib2 -lX11 -lXfixes -lXrandr
mkdir -p "/usr/bin"
cp /home/rock/projects/maim/maim "/usr/bin"

from maim.

naelstrof avatar naelstrof commented on July 28, 2024

It's installed, you didn't get any errors.

from maim.

yazinsai avatar yazinsai commented on July 28, 2024

Oh, ok :)

Sent a PR.

from maim.

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.