Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wiki return 403 code #111

Closed
idriss-code opened this issue May 3, 2021 · 4 comments
Closed

Wiki return 403 code #111

idriss-code opened this issue May 3, 2021 · 4 comments

Comments

@idriss-code
Copy link

I search compiling information but the wiki return a 403 code.

@Anno2003
Copy link

Any updates on this? I would also like to see the wiki, but it's still returns a 403 code.

@brickviking
Copy link

brickviking commented May 20, 2021

A very rough guide for Linux users (and possibly MacOS terminal) here:
~ $ cd ~/src # Make this if you haven't already.
~/src $ git clone https://github.com/LibreSprite/LibreSprite
...
~/src $ cd LibreSprite && git submodule update --init --recursive
...
~/src/LibreSprite $ mkdir build && cd build && cmake ../
............... lots of output ............
~/src/LibreSprite/build $ make
............... lots more output ............

The rest you should be able to figure out, though you will have to have the required libraries and headers already installed. CMake will generally tell you what those are if it doesn't find them.

I hope this helps in the interim. I can't really give instructions for any version of Windows as I don't use it much.

@MintStudios
Copy link
Contributor

If you actually look in the version history, you'll find an INSTALL.MD. @PerryHugh we should probably put that file back in the repo.

@RobLoach
Copy link

May be easier to use the Wiki provided by GitHub?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants