I'm trying to use the biblatex package, but when I compile my file it simply doesn't print any bibliography.
This is the file
\documentclass[10pt]{article}
\usepackage[utf8]{inputenc}
\usepackage{biblatex}
\addbibresource{Master.bib}
\usepackage{geometry}
\geometry{a4paper,top=3cm,bottom=3cm,left=3cm,right=3cm,heightrounded}
\begin{document}
...
\nocite{*}
\printbibliography
\end{document}
I'm using Texmaker on Linux Mint.