Mockify whatever is in your clipboard.
- Have Qt, qpm and yarn installed
- Clone the repo
- Run
git submodule update --init --recursive
- Run
qpm install
- Run
yarn
In terms of Qt, you will likely want to build it yourself statically and then install it, so that Clipboard Mockifier is statically linked against it. Otherwise, any user will need to install Qt themselves in order to run Clipboard Mockifier, which is obviously not ideal.
Run VERSION=$version make configure
where "$version" is the version you want to appear on the settings screen. Run this every time you want to change the displayed version.
Run make
.
Run make run
, this will kill any currently running instances of Clipboard Mockifier.
Run VERSION=$version make installer
where "$version" is the version that you want to appear in the filename, e.g. "Clipboard.Mockifier.1.0.1.dmg". This should be the same one you used when running make configure
.