genotrance / nimclipboard

libclipboard wrapper for Nim
MIT License
17 stars 1 forks source link

How to install and use this without using nimble ? #1

Open kcvinker opened 4 years ago

kcvinker commented 4 years ago

Hi, I would like to use some windows clipboard operations in my program. Basically, get and set clipboard text. That's all. But i for some reason, i don't want to use nimble. How can i use this library without nimble ? Thanks in advance.

genotrance commented 4 years ago

You can simply git clone this and add path to Nim using --path or maintain your own Nimble dir and use --nimblePath.

You will need to run nimgen nimclipboard.cfg to generate the wrapper.