Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/glua/gm_voxelate
Browse files Browse the repository at this point in the history
  • Loading branch information
MDFL64 committed May 30, 2015
2 parents abb5bfc + 02bf3d5 commit fe47a7e
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 Garry's Mod Lua
Copyright (c) 2015 Adam Coggeshall

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
29 changes: 28 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,31 @@
gm_voxelate
====================

eyy lmao
Welcome to the home of gm_voxelate, the configurable voxel module for Garrysmod.

## Links
[More Information (Facepunch Thread)](http://facepunch.com/showthread.php?t=1466364)

[Development Plan (Trello)](https://trello.com/b/zrWAQgqX/gm-voxelate)

## Documentation
See the wiki in the sidebar.

## Bugs
Please report bugs on this repository's issues page!

## Building
This is designed to be built with glua's build-loadout repository.

It requires a compiler/runtime that supports C++11, which can cause problems on older linux systems.

**Windows**: Should just work.

**Linux**: Hah! Have fun. It will compile, but you will be begging for death before you have a working binary. You will need to make a lot of changes to the makefile, and even edit part of the Source Sdk code. I will explain more and try to address this eventually.

**Mac**: Unknown, probably similar to Linux.

The test_install scripts are for quickly copying the binaries into directories on my systems.

## Used In
[gm_f1atgrass](https://github.com/glua/gm_f1atgrass) - Testbed for the module

0 comments on commit fe47a7e

Please sign in to comment.