Coder Social home page Coder Social logo

violet-vibes / astonia_client Goto Github PK

View Code? Open in Web Editor NEW

This project forked from danielbrockhaus/astonia_client

0.0 0.0 0.0 836 KB

Astonia 3 Windows Client

Home Page: https://astonia.com

License: Other

C 99.21% Makefile 0.52% Batchfile 0.27%

astonia_client's Introduction

Astonia Client

This file is part of Astonia Client (c) Daniel Brockhaus. Please read license.txt.

This is the new and shiny Astonia 3 client.

Windows Executable

You can find a ready-to-run client that works with a vanilla server under releases: https://github.com/DanielBrockhaus/astonia_client/releases

Build from Source

If you wish to build your own, install https://www.msys2.org/

Make sure that "c:\msys64\mingw64\bin" and "C:\msys64\usr\bin" (if you installed into the default directory) end up in your Windows PATH.

Open a shell (CMD.EXE or Powershell) and run

pacman -S mingw-w64-x86_64-gcc mingw-w64-x86_64-SDL2 mingw-w64-x86_64-libpng
pacman -S mingw-w64-x86_64-SDL2_mixer mingw-w64-x86_64-libzip make zip
pacman -S mingw64/mingw-w64-x86_64-dwarfstack

to install the 64 bit GCC compiler toolchain, a bunch of libraries, make and zip.

Also install git lfs (large file system) as described here: https://docs.github.com/en/repositories/working-with-files/managing-large-files/installing-git-large-file-storage

Clone or download the sources from Github to the current directory.

And run

make

to compile.

Errors

If pacman, make or gcc are not found something with your MSYS2 installation went wrong. The same goes for missing headers during compile or missing libraries during linking. And even missing DLLs when running the client point to an incomplete MSYS2 installation.

Make Distribution

make distrib

Will copy all neccessary DLLs to the build directory and create a zip archive with the executables and graphics.

Make A Mod

make amod

To compile your mod (located in src/amod/). More information about modding the client is on my website: https://brockhaus.org/modding.html

astonia_client's People

Contributors

danielbrockhaus avatar smoorke avatar violet-vibes avatar jacobbentley avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.