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?
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.Am I missing a step in the building process that creates the directory or does the documentation need to update?
Thanks.