Page MenuHomePhorge

README.md
No OneTemporary

Size
948 B
Referenced Files
None
Subscribers
None

README.md

# echo3
## Building through an IDE
To build echo3, open the NetBeans project.
## Building through command line
Alternatively, if running an IDE is too resource-intensive for your computer, you can build or run from the command line by executing some commands in the terminal.
Remember that these commands are case-sensitive and strange, undecipherable errors can occur if the wrong case is used.
### Debug
Building Debug from the command line:
make CONF=Debug
### Release
Building Release from the command line:
make CONF=Release
### Android
Building Android from the command line:
make CONF=Android
## Common errors
If the following error occurs:
> This file was generated by a newer version of protoc which is incompatible with your Protocol Buffer headers. Please update your headers.
then you can try executing the following commands in a command line terminal:
cd proto
./generate.sh
then try rebuilding.

File Metadata

Mime Type
text/plain
Expires
Thu, Jan 16, 12:49 AM (7 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
71112
Default Alt Text
README.md (948 B)

Event Timeline