Menu

Tree [dab3a4] main /
 History

HTTPS access


File Date Author Commit
 .gitignore 2024-02-23 VPeti1 VPeti1 [5c2146] Version 1.2.0
 LICENSE 2024-02-08 VPeti1 VPeti1 [11396f] Initial commit
 README.md 2024-02-25 VPeti1 VPeti1 [318a46] Removed deprecated files
 installer.cpp 2024-02-25 VPeti1 VPeti1 [dab3a4] Added installer
 main.cpp 2024-02-23 VPeti1 VPeti1 [5c2146] Version 1.2.0

Read Me

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 latest release

Make the file executable using chmod

For exaple: sudo chmod +x OpenCW.out

Run the file

For exaple: ./OpenCW.out

Enjoy

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)

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.