Jim Bowery - 2018-05-08

I want to create a video instructing prospective Windows 7 users of wxMaxima to download a library from github (specifically, the clifford algebra library), install it and run the demos.

Once the library's directory is on the Windows 7 sytem, as best I can figure, the procedure is:

  1. Use Windows Explorer to move the library's directory under C:\maxima-5.40.0\share\maxima\5.40.0\share\contrib
  2. Bring up wxMaxima
  3. file_search_maxima
  4. SHIFT-ENTER
  5. Edit->"Copy as text" the output to a text editor.
  6. Find the entry with many comma-separated items of the form "contrib/somepackagename"
  7. insert a new item "contrib/clifford"
  8. Copy the entire just-edited text to the clipboard.
  9. Go back to wxMaxima
  10. file_search_maxima: PASTE THE CLIPBOARD HERE
  11. SHIFT-ENTER
  12. file_search_demo
  13. Repeat steps 4 thru 9
  14. file_search_demo: PASTE THE CLIPBOARD HERE
  15. SHIFT-ENTER
  16. load(clifford)
  17. SHIFT-ENTER
  18. demo(clifford)
  19. SHIFT-ENTER

The thing is, this didn't work for me. Moreover, I can't believe it has to be that difficult to install a package, load it and run a demo!

What is going on?

 

Last edit: Jim Bowery 2018-05-08