lum icon indicating copy to clipboard operation
lum copied to clipboard

installation and Makefile

Open ghost opened this issue 13 years ago • 2 comments

First, there are no clear instructions in readme

Second, i don't get that part of Makefile:

DESTDIR?=
PREFIX?=/usr
D=${DESTDIR}/${PREFIX}

if DESTDIR is empty it goes to //usr

prbl should be just

DESTDIR?=/usr/local
D=${DESTDIR}

ghost avatar Jun 18 '12 01:06 ghost

Destdir != prefix

About the readme. I should do better documentation and implement lum publish/unpublish like npm does

On Monday, June 18, 2012 at 3:29 AM, NN wrote:

First, there are no clear instructions in readme

Second, i don't get that part of Makefile:

'''DESTDIR?= PREFIX?=/usr D=${DESTDIR}/${PREFIX} '''

if DESTDIR is empty it goes to //usr

prbl should be just

'''DESTDIR?=/usr/local D=${DESTDIR} '''


Reply to this email directly or view it on GitHub: https://github.com/radare/lum/issues/1

radare avatar Jun 18 '12 03:06 radare

I can help with npm >> lum over time, but not count on my word for sure.

ghost avatar Jun 18 '12 03:06 ghost