Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add paxobuilder.py #33

Closed
wants to merge 1 commit into from

Conversation

EletrixtimeYT
Copy link

No description provided.

@Charlito33
Copy link
Member

#31 & see branch toolchain

@Charlito33 Charlito33 closed this Dec 9, 2023
print("""
[+] -----------------------
[+] Paxo Builder 0.1
[+] 2023 (c) EletrixTime
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copyright Paxo ?

print("[+] Downloading the source code via github...")
os.system("git clone https://github.com/paxo-phone/PaxOS-8.git paxos")
print("[+] Downloading CMake")
r = requests.get("https://github.com/EletrixtimeYT/cmake-portable/releases/download/0.1/cmakeportable.zip", stream=True)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it would be better to download it from https://cmake.org/ or maybe host it on https://paxo.fr/

elif args.build and args.build == "linux":
print("[+] Cooming Soon !")
else:
print("[+] Unknow arguments for --build (type --build win for building on windows and --build linux for building on linux)")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo : "unknown" not "unknow"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants