You link SFML like you would link any other library.
If you don't know how to do that, I recommend to do a bit of research on your own, on how to configure sublime text. Maybe some of the official tutorials for SFML can give you a bit of a hint as well.
You can also use CMake for your build script, then I highly recommend to start with the
SFML CMake Template.