2023-04-15 23:54:54 +00:00
|
|
|
#!/bin/bash
|
2024-01-17 23:10:53 +00:00
|
|
|
echo -e "\n"
|
2023-04-27 14:48:11 +00:00
|
|
|
echo "export PKG_CONFIG_PATH=$(pwd)/librustzcash-wrapper/target/x86_64-unknown-linux-gnu/debug:\$PKG_CONFIG_PATH" | tee -a ~/.bashrc
|
|
|
|
echo "export LD_LIBRARY_PATH=$(pwd)/librustzcash-wrapper/target/x86_64-unknown-linux-gnu/debug:\$LD_LIBRARY_PATH" | tee -a ~/.bashrc
|
|
|
|
source ~/.bashrc
|