Add the other submodule tarballs

pull/3723/head
Isaac Connor 2023-06-06 11:24:22 -04:00
parent 4f416edf93
commit 4bf258b7ea
1 changed files with 13 additions and 0 deletions

View File

@ -226,6 +226,19 @@ Get the crud submodule tarball:
spectool -f -g -R -s 1 ~/zoneminder/distros/redhat/zoneminder.spec
Get the cakephp-enum-behavior submodule tarball:
::
spectool -f -g -R -s 2 ~/zoneminder/distros/redhat/zoneminder.spec
Get the Rtsp-Server submodule tarball:
::
spectool -f -g -R -s 3 ~/zoneminder/distros/redhat/zoneminder.spec
At this point, you can make changes to the source code. Depending on what you want to do with those changes, you generally want to create a new branch first:
::