summaryrefslogtreecommitdiff
path: root/linux-core/i830_drm.h
AgeCommit message (Expand)Author
2004-09-30Lindent of core build. Drivers checked for no binary diffs. A few filesJon Smirl
2004-09-27First check in for DRM that splits core from personality modulesJon Smirl
2004-04-22Add __user annotations from kernelDave Airlie
2003-03-30Spelling fixes in comments.Eric Anholt
2003-03-25linux merge for drmAlan Hourihane
2002-04-09Merged drmcommand-0-0-1Jens Owen
2002-01-27Initial revisionDavid Dawes
ll install into the /usr/local/ prefix. If you want to install this DRM to replace your system copy, pass --prefix=/usr and --exec-prefix=/ to configure. If you are building libdrm from a git checkout, you first need to run the autogen.sh script. You can pass any options to autogen.sh that you would other wise pass to configure, or you can just re-run configure with the options you need once autogen.sh finishes. Next step is to build libdrm: make and once make finishes successfully, install the package using make install If you are install into a system location, you will need to be root to perform the install step.