-
Notifications
You must be signed in to change notification settings - Fork 10
Build xayad
Blockchain Gaming edited this page May 12, 2022
·
2 revisions
Follow the instructions below to build xayad from source.
Open a terminal and issue the following commands.
sudo apt-get update
sudo apt-get upgrade
Issue the following command to install dependencies.
sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils python3 libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev
Next, build and install xayad with the commands below.
Regarding the git checkout 1.2
, visit https://github.com/xaya/xaya/branches and choose the most up-to-date version, e.g. 1.1, 1.2, 1.3, etc.
Regarding make -j2
, "2" is the number of cores to use to build xayad. Choose a higher number to build xayad faster.
git clone https://github.com/xaya/xaya
cd xaya
git checkout 1.7
./autogen.sh
./configure
make -j2
sudo make install
You just built xayad!
You can now run and use:
- xaya-qt
- xaya-cli
- xayad
- Step 0: Blockchain Basics
- Step 1: xayad <⸺ start here
- Step 2: The Game State Processor
- Step 3a: libxayagame Component Relationships
- Step 3b: Compile libxayagame in Windows
- Step 3b: Compile libxayagame in Ubuntu
- Step 4: Run xayad for Games
- Step 5: Hello World! in C++
- Step 5: Hello World! in C#
- Step 5: Hello World! with SQLite
- Step 6a: Mover Overview
- Step 6b: Mover Console
- Step 6c: Mover Unity
- libxayagame Component Relationships
- How to Compile libxayagame in Ubuntu 20.04.03
- How to Compile libxayagame in Ubuntu 22.04
- How to Compile libxayagame in Windows
- Xayaships (How to get started playing)