diff --git a/.README.md.swp b/.README.md.swp new file mode 100644 index 0000000..3bd46ed --- /dev/null +++ b/.README.md.swp Binary files differ diff --git a/README.md b/README.md new file mode 100644 index 0000000..5926069 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +How to build +============ + +Install all packages required for building this package. +(Look at the `BuildRequires` lines.) + +Install RPM build tools: `yum -y install rpm-build rpmdevtools` + +Log into a clean non-privileged user account and run: +```bash +rpmdev-setuptree +git clone https://tiger.hpc.okstate.edu/gitbucket/git/rpm/sqlitebrowser.git +cd sqlitebrowser +cp * ~/rpmbuild/SOURCES/ +cd ~/rpmbuild/SOURCES/ +spectool -g -R sqlitebrowser.spec +rpmbuild -v -ba sqlitebrowser.spec +```