Skip to content

Create the copyparty-sfx.py file #127

Answered by 9001
AlexandreMuller asked this question in Q&A
Discussion options

You must be logged in to vote

Hey! Thanks for the interest, curious to see what you're up to :>

I tried to document the process here: https://github.com/9001/copyparty/blob/hovudstraum/docs/devnotes.md#building

Assuming you're not planning to modify any of the third-party dependencies, then the following steps work on fedora:

dnf install git python3
git clone https://github.com/9001/copyparty/
cd copyparty/
./scripts/make-sfx.sh dl-wd fast 
python3 dist/copyparty-sfx.py --version

if you do need to modify any of the third-party dependencies, then I just realized that the devnotes doesn't mention how to do this. You can build the deps from source with make -C scripts/deps-docker and then afterwards ./scripts/make-sfx.sh…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@AlexandreMuller
Comment options

Answer selected by AlexandreMuller
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants