tfussell / xlnt

:bar_chart: Cross-platform user-friendly xlsx library for C++11+
Other
1.49k stars 418 forks source link

Wrong (missing) directory name in the build instructions #464

Open mikiTesf opened 4 years ago

mikiTesf commented 4 years ago

I was trying to install xlnt on my Ubuntu machine this afternoon and discovered that the folder (xlnt-master) mentioned on the third command below doesn't exist.

cd ~
unzip Downloads/xlnt-master.zip
cd xlnt-master
cmake .
make -j 2
sudo make install

Am I missing a step in the building process that creates the directory or does the documentation need to update?

Thanks.