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
}
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: