None
closed
nobody
None
2018-06-14
2018-06-13
Przemo Firszt
No

I think that the instruction for building upplay here [1] is less than perfect ;-)

Building upplay:

cd upplay-x.y.z
qmake
sudo make install

sudo make install executes building with sudo - I belive this is not the best way to do it.

I think this is better, but feel free to ignore my comment :-)

cd upplay-x.y.z
qmake
make
sudo make install

Discussion

  • medoc
    medoc
    2018-06-14

    • status: open --> closed
    • milestone: -->
     
  • medoc
    medoc
    2018-06-14

    Thanks for noticing this! I forgot a line of course. It's fixed now

     

Cancel   Add attachment