From 7344c6bfcb1723c435ca0df24f0d0ebdd2c23c37 Mon Sep 17 00:00:00 2001 From: PedroEdiaz Date: Tue, 3 Dec 2024 22:44:39 -0600 Subject: [PATCH] Fix --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7869d68..bddc67b 100644 --- a/README.md +++ b/README.md @@ -4,22 +4,24 @@ capable of handling over a hundred dimensions. It allows users to interactively explore each dimension in an intuitive and dynamic way. Import your .klein files, which represents multidimentional surface. -# Source code +# Building + +## Source code ``` git clone https://gitea.axiolutions.top/software/manigraph.git cd manigraph git submodule update --init --recursive ``` -# Dependecies +## Dependecies You may need system specific dependecies to build *Manigraph*. -[https://www.glfw.org/docs/3.3/compile.html#compile_deps](Reference) +[Reference](https://www.glfw.org/docs/3.3/compile.html#compile_deps) -## Linux +### Linux - `x11`: libXcursor-devel libXi-devel libXinerama-devel libXrandr-devel - `wayland`: libwayland-dev libxkbcommon-dev wayland-protocols -# Building +## Commands A C compiler is needed for building *Manigraph*. and any of those commands ```