sillsdev / SpeechAnalyzer

SIL Speech Analyzer is a Windows program for acoustic analysis of speech sounds.
https://software.sil.org/speech-analyzer/
7 stars 3 forks source link

Fix SHA for xerces-c submodule #6

Closed darcywong00 closed 3 years ago

darcywong00 commented 3 years ago

The upstream history for xerces-c must have changed because a clean clone of SpeechAnalyzer failed to pull in the xerces-c submodule. @rmunn helped me track down the correct SHA.

darcywong00 commented 3 years ago

I tried to clone this branch on my dev machine at home, and I think I also needed the .gitmodules file

darcywong00 commented 3 years ago

I'll go ahead and merge this. But after exchanging setup notes with @kgorham , we'll likely remove the submodule and have xerces-c built as a separate pre-requisite step...