Hi,
I stumbled on your YouTube-Video and found it very inspiring. So I compiled your program using the delivered directions, which successfully completed under 21.10 and found it a little confusing to start using the delivered format.
I Added symlinks for the binaries, so the project can be started with ease from the main path utilizing the delivered biosim4.ini.
Also I found some minor inconsistences by "make clean", which are now resolved.
Makefile:
Add symbolic links to easier start the program
Do not remove the bin/Debug & bin/Release folders, as they contain .gitignore-files
Also do not manually create these folders, since they are already there
Clear whole obj/Debug/ & obj/Release/-tree, instead of the src/ folders in it
Add after_clean-routine to remove the remaining obj/ folder
Hi, I stumbled on your YouTube-Video and found it very inspiring. So I compiled your program using the delivered directions, which successfully completed under 21.10 and found it a little confusing to start using the delivered format. I Added symlinks for the binaries, so the project can be started with ease from the main path utilizing the delivered biosim4.ini. Also I found some minor inconsistences by "make clean", which are now resolved.
Makefile: Add symbolic links to easier start the program Do not remove the bin/Debug & bin/Release folders, as they contain .gitignore-files Also do not manually create these folders, since they are already there Clear whole obj/Debug/ & obj/Release/-tree, instead of the src/ folders in it Add after_clean-routine to remove the remaining obj/ folder
.gitignore the new symlinks