Skip to content
This repository has been archived by the owner on Sep 22, 2021. It is now read-only.

Commit

Permalink
Minor fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
torralbaa committed Jul 13, 2020
1 parent c4b459f commit fb12135
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pack:
mkdir -p ./deb/usr/include/
mkdir -p ./deb/DEBIAN/
cp ./build/libmcpi.so ./deb/usr/lib/
cp ./mcpi.h ./deb/usr/include/
cp ./src/mcpi.h ./deb/usr/include/
chmod 0755 ./deb/usr/lib/libmcpi.so
echo "Package: libmcpi\nVersion: 0.1.0\nPriority: optional\nArchitecture: armhf\nMaintainer: Alvarito050506 <donfrutosgomez@gmail.com>\nHomepage: https://mcpi.tk\nDescription: A C library for interacting with and extending the Minecraft Pi Protocol.\n" > ./deb/DEBIAN/control
dpkg-deb -b ./deb/ ./libmcpi_0.1.0-1.deb
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To build and use the library, you need:
### Download
If you are using a Raspberry Pi, you can download and install the Debian package from the _[releases](https://github.com/MCPI-Devs/libmcpi/releases)_ section.

### Build
## Build
You can build, test and install the sources using `make`:
```bash
make
Expand Down

0 comments on commit fb12135

Please sign in to comment.