Putting everything together
Finally after a lot of testing I did put everything here hereBut still doubts remain the same, I have asked the same on mailing list, I guess the IRC communication was miscommunicated.
Doubts
- JDK 10 won't work with Scilab compilation, because compilation of Scilab requires javah which has been discontinued, and instead javac with -h is suggested, so how to change the build process, Its not difficult to replace `javah` with `javac -h`, but I wasn't able to figure out where, if someone could help me with which modules should I change, it could be great help.
- Also the LD_LIBRARY_PATH doesn't work well in Mac, so I did copy all the third party to lib folder of jdk it did solve the requirement, also I did include this in my script, (line 445- 455 in scilabDependenciesInstallerAndCompiler.sh)
So is it ok if I do so, I mean what if user requires the third party libs for the softwares and downloads
However the downloaded lib files don't work well with Scilab compilation in Mac.
(More details can be found on my blog, especially here here ) - How to check for integrity of git clone, I can think of an alternative of md5 checksum check, but if anyone else could suggest an easier alternative, it would highly appreciated.
Happily Coding
Divyanshu Kumar