Hise with Git
-
@sawer I think @d-healey (and many others) are using git from the terminal. I much prefer using gitHub Desktop.
It can do everything you'll generally need, it's easier, faster, and give a nice visual feedback over the commits
Though I understand people that are used to command lines prefer not to switch... I myself use the terminal when I (rarely) need to perform advanced stuff -
@ustk Alright. Yeah the last bit of the video explains how to do everything on GitHub as well, which is pretty handy by the way.
Thanks for replying, really appreciate. -
I'm enjoying the ease of use from SourceTree here.
-
@dustbro Uhm thanks for this!
-
Well, I've managed to start from scratch and clone the latest Hise version.
I'm trying to open it on Projucer but it tells me its to date.
Should I have the latest Juce before building Hise? -
@sawer said in Hise with Git:
Should I have the latest Juce before building Hise?
No, use the version that comes with the HISE source code. Just ignore the warning.
-
@d-healey Thanks. About to build now.
-
That's why I'm always afraid to build new version ahaha.
Every time I get errors
Any idea on this? -
Thought I needed to put the Juce:: to every point object but its not working.
Any Idea please? -
@sawer Did you checkout the Develop branch?
-
@d-healey nope, just clone Hise , placed the sdk in the tools folder and opened it in Projucer. But it's error upon error.
-
-
@d-healey
No, its not. I was sure to select the develop branch. -
@sawer Re-read this thread and rewatch my video. You're building the master branch.
-
@ustk said in Hise with Git:
If at the first time you haven't used git, it will be easier to delete the directory and clone
You don't clone "develop", you clone the repository. Then you checkout the branch you need (at this time it is develop) -
@d-healey My bad. Haven't paid attention enough. Thanks, will try again
-
Alright. Followed the instructions, I'm still facing the same errors
-
@sawer Did you do a fresh clone for this build attempt or is this the same clone as before? If it's the same did you clean the build directory before recompiling?
-
@d-healey made everything from scratch:
- Clone folder
- Checkout to develop branch
- placing sdk's
- Open project with Projucer
- Saved and opened in IDE
-