mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-17 03:05:30 -04:00
commit
9f5736b714
@ -2,7 +2,7 @@ OpenComputers
|
||||
=============
|
||||
OpenComputers is a Minecraft mod that adds programmable computers and robots to the game. Computers and robots are programmed in Lua and are fully persistent, meaning programs will continue running across reloads. To achieve this the mod uses a native library. This limits the supported platforms to those the library is available for, which at this time are: Windows, Linux and MacOS. Note that Windows XP and older as well as PowerPC Macs are *not* supported.
|
||||
|
||||
For more information on the mod, please [see the wiki](https://github.com/MightyPirates/OpenComputers/wiki). If you still have questions, visit the [community forums](http://opencomputers.net/).
|
||||
For more information on the mod, please [see the wiki](https://github.com/MightyPirates/OpenComputers/wiki). If you still have questions, visit the [community forums](http://oc.cil.li/).
|
||||
|
||||
Contributing
|
||||
------------
|
||||
@ -12,7 +12,7 @@ You can also implement your own item and block components using [the public API]
|
||||
|
||||
If you encounter any bugs, please report them [in the issue tracker](https://github.com/MightyPirates/OpenComputers/issues?state=open), if they have not already been reported. If you report a crash, always provide your log file.
|
||||
|
||||
If you wish to discuss or suggest a new feature, the [forums](http://opencomputers.net/index.php?/forum/22-feedback-and-suggestions/) are a good place for that.
|
||||
If you wish to discuss or suggest a new feature, the [forums](http://oc.cil.li//index.php?/forum/22-feedback-and-suggestions/) are a good place for that.
|
||||
|
||||
Building
|
||||
========
|
||||
@ -73,4 +73,4 @@ gcc $FLAGS -m$ARCH $INCLUDES jnlua.c liblua.$ARCH.a
|
||||
gcc -m$ARCH -shared -onative.$ARCH.dylib jnlua.o
|
||||
```
|
||||
|
||||
Perform these steps twice, once for the 32 bit and once for the 64 bit version of the library. Adjust scripts as necessary (e.g. Lua makefile).
|
||||
Perform these steps twice, once for the 32 bit and once for the 64 bit version of the library. Adjust scripts as necessary (e.g. Lua makefile).
|
||||
|
Loading…
x
Reference in New Issue
Block a user