Skip to content

Installation guide #64

Description

@kiefernforst

Dear NREL;

I've successfully built lk. How may I install it? From the build folder there is no such option:

make: *** No rule to make target 'install'. Stop.

I've heard that wex wants it in a LKDIR.

My default build & packaging script used for lk:

build() {
    cd "$srcdir/$pkgname"
    mkdir -p build
    cd build
    cmake ..
    make
}

package() {
	cd "$srcdir/$pkgname/build"
	make DESTDIR="$pkgdir/" install
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions