I recommend a directory structure such as this:
(home)/code/vxl_qt5/vxl - The source code
(home)/code/vxl_qt5/bin - The compiled code
If using gitbash, use unix commands to navigate to the code/vxl_qt5/vxl directory,
and run:
git clone https://github.com/vxl/vxl.git vxl
For developers: Move to the vxl directory and run:
./scripts/setup-for-development.bash
From within the VXL source tree (e.g. (home)/code/vxl_qt5/vxl), install the public libraries.
Note, if you have a sourceforge account (mySFname), use:
git clone ssh://mySFname@git.code.sf.net/p/uomqvxl/code/ uomqvxl
Otherwise, use anonymous checkout:
git clone git://git.code.sf.net/p/uomqvxl/code uomqvxl
Create a text file called CMakeListsLocal.txt within (home)/code/vxl_qt5/vxl.
Edit it, adding the lines
SET(UoM_QT_VERSION "5")
SUBDIRS(uomqvxl)