Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: joyent/libuv
base: 6ab90e14f637
Choose a base ref
...
head repository: joyent/libuv
compare: 624be53e0283
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jun 30, 2013

  1. build: add install target to the makefile

    Before this commit, there was no way to install libuv other than
    manually copying required files to the path. This commit introduces
    an install target which installs the libuv.a, libuv.so and header files
    to the install prefix.
    
        ``
        make
        make install
        ``
    
    The above will use the default prefix `/usr/local`
    
        ``
        make
        make install PREFIX=/usr
        ``
    
    The above will install to `/usr`
    navaneeth authored and bnoordhuis committed Jun 30, 2013
    Copy the full SHA
    624be53 View commit details
    Browse the repository at this point in the history