https://github.com/vpeti1/opencw
The linux port of CW-I
https://github.com/vpeti1/opencw
automation cpp first-time-setup installer-script linux port
Last synced: 6 months ago
JSON representation
The linux port of CW-I
- Host: GitHub
- URL: https://github.com/vpeti1/opencw
- Owner: VPeti1
- License: gpl-2.0
- Created: 2024-02-08T06:29:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-11T18:34:37.000Z (about 1 year ago)
- Last Synced: 2024-03-11T19:51:08.924Z (about 1 year ago)
- Topics: automation, cpp, first-time-setup, installer-script, linux, port
- Language: C++
- Homepage:
- Size: 25.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenCW
The linux port of CW-I that uses flatpak# How to set up?
## Install flatpak and the flathub repo
Guide at: https://flathub.org/setup
## Download the installer.out file or compile it yourself
## Make the file executable using chmod
For exaple: sudo chmod +x installer.out
## Run the file
For exaple: ./OpenCW.out
## Run OpenCW by typing in 'cw' in the terminal# What are its system requirements
## A GNU/Linux system with flatpak support
Thats it (no, seriously)# How to compile with g++?
## Download the "main.cpp" file
## Edit the code to your liking
## Type in g++ main.cpp# Known issues
## Error: ./OpenCW.out: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./OpenCW.out)
Fix: compile the source code yourself with g++. (This issue is because OpenCW was compiled with desktop ubuntu in mind so for example WSL might not work out of the box)