ClementDreptin / OpenNeighborhood

Cross-platform clone of Xbox 360 Neighborhood.
Apache License 2.0
46 stars 4 forks source link

zsh: parse error near `\n' #7

Closed TechproTaz closed 2 years ago

TechproTaz commented 2 years ago

cd build && make config=<debug|release> zsh: parse error near `\n'

ClementDreptin commented 2 years ago

config=<debug|release> means you're supposed to choose either debug or release, depending on the configuration you're looking for. So cd build && make config=debug for debug or cd build && make config=release for release. I thought this was pretty obvious...

Note: if you don't specify a config, make will automatically build the debug config.

TechproTaz commented 2 years ago

I'm sorry I'm just new to this

ClementDreptin commented 2 years ago

It's ok, we all started somewhere 😉.

Little piece of advice for the future: when submitting an issue, try to bring a bit of context on what you did to get the error, what the error was, and what you tried to fix it. Here it just seemed like you copy-pasted the command, got an error and didn't try to do anything before posting the issue.