Skip to content

Commit

Permalink
updating generic install script
Browse files Browse the repository at this point in the history
  • Loading branch information
Spagett1 committed Mar 31, 2023
1 parent f67c1f0 commit 136103f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions generic_linux_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ else
fi
git submodule update --init --recursive
cargo build --release
cd blisp
mkdir build
cd build
cmake -DBLISP_BUILD_CLI=ON ..
cmake --build .
cd ../..
$root cp ./blist/build/tools/blisp/blisp /usr/bin/blisp
$root cp ./Pineflash.desktop /usr/share/applications/Pineflash.desktop
$root cp ./assets/pine64logo.png /usr/share/pixmaps/pine64logo.png
$root cp ./target/release/pineflash /usr/bin/pineflash

0 comments on commit 136103f

Please sign in to comment.