Closed 0xeb closed 1 year ago
I think we should consolidate instructions into the landing page into README.md like most projects do. We would then rename BUILDING.txt to BUILDING.md and clean it up. Get rid of .txt files.
Perhaps we can also link to the hex-rays blog post (w.r.t building on Windows).
Let me think about what you suggested and see how much repetition we have.
Thanks!
I agree with the .txt
-> .md
move. But indeed I'd like to avoid repetition.
Elias,
currently we have instructions (and
build.py
-related example commands) in bothbuild.py
itself, and inBUILDING.txt
. I think we should keep only 1 place, and point there. And I think the best logical place for that isbuild.py
itself, since it's the most "downstream".I would make
BUILDING.txt
simply end with "seepython3 build.py --help
for help".What do you think?