Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cclp94 authored Feb 27, 2024
1 parent c4cedd7 commit a697725
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ erDiagram
```

## Quick start
This project uses the [gopxl/pixel](https://github.com/gopxl/pixel) lib, which uses OpenGL and GLFW. The requirements for building and execution the project depend on the underlying system. [Check here for setup in different systems](https://github.com/gopxl/pixel?tab=readme-ov-file#requirements)
This project uses the [gopxl/pixel](https://github.com/gopxl/pixel) lib, which uses OpenGL and GLFW. The requirements for building and executing the project depend on the underlying system. For ubuntu and WSL (I'm guessing linux in general) simply install the following packages `libgl1-mesa-dev xorg-dev libasound2-dev` [Check here for setup in different systems](https://github.com/gopxl/pixel?tab=readme-ov-file#requirements)

Once the requirements are installed:
```bash
Expand All @@ -58,4 +58,4 @@ go build
An executable will be generated. All that's left is to execute it!
```bash
./chip-go
```
```

0 comments on commit a697725

Please sign in to comment.